Im seriously confused. I have recently followed a tutorial on how to make a meter property, but I want the player to see where they are without keep clicking the leaderboard. Anybody know how?
I think you can make a waypoint
oh nvm, that won’t work
i have indeed used the pld, i mean how to make a bar in the top right to show how high they are
…um, where… . . . . .
It’s basically use an overlay that store the y property via coordinate device.
Grab a lifecycle, a trigger, a relay, and an overlay, and the y property from the guide.
Make sure the trigger has a delay of 1, the lifecycle runs on game start.
Make a lifecycle, then wire it to a trigger (Lifecycle occurs → Trigger). The trigger triggers when receiving on “triggerLoop” and transmits on “triggerLoop” when triggered.
Make a relay for all players. Wire the trigger to the relay. (Triggered → Relay)
Grab the overlay. Wire the relay to the overlay. (Relay Run → Run wire pulse block)
Make the wire pulse blocks this:
Set Content: Create text with: "Height: "
------------------------------ Get Property Y
i have done everything up until the Relay run–>Run wire pulse block. In wires, there is no choice for “Wire pulse block”
Oh, ok. Then make the relay transmit on “hightOverlayChange” And make the block run on that channel.
heightOverlayChange?
Yes, make a channel block that runs from that channel.
what should the code for the channel block look like?
is this correct?
Yes! Just add the space and the colon (:) after meters, because then it looks messy.
What kind of property is “meter/y”? Is it a “Number”?