It’s a property device, you can rename it to “Y” (as shown in the image) or “Y-coordinate” to represent the number corresponding to the Y-coordinate, you also have to set its property type to [Numbers] so it can track your coordinate in the form of numbers. The purpose of said property is to act as a variable for the overlay to track on, because it cannot track the coordinate directly.
ahhh okay, thank you, I’ve been searching for it.
ok so I have all of them there but now it displays “Height0”
ok I set it to numbers and now it just says “Height0” is there a cause for that?
Welcome back to the forums @6ran1te
Are you still In need of help?
I am assuming yes by your most recent reply
to help understand the issue, your saying it purely only says “Height0”?
yes, I am trying to get the height leaderboard function like don’t look down but when I get it to try to work the property becomes “Height0” in the top left.
Yoyo has the answer
ohh ok :P.
ah yes
game overlay problems
you have this part right
but you have to make the block repeat to update it constantly ( just change set the “y” property to broadcast on the block channel when changed)
Sounds like an issue in the coordinate device, don’t forget to set it to track the Y Property you placed down earlier, when player coordinate changes, transmit on channel [Coordinate_Change], the overlay block should function when receiving on [Coordinate_Change].
Given to what you posted, your block settings seem to be alright, fix the coordinate-property issues and it should be all good.
>:c bad fox
I’ll eat you ![]()
Nah I forgot to mention the coordinate device has to track property part.
or what yummy yogurt said :3
how do I do that? I don’t know how to make it repeating?
there’s not a repeating setting on the block
just go the the y property settings (in game not in blocks)
and have it broadcast on the block’s channel when the value is changed
and you should be good as long as you have the y property tracked in the coordinate device
where do I put it to broadcast on the block’s channel and if I have the block in the thing that displays on the screen is that an issue?
So essentially you want to create a system that tracks your height and display on the leaderboard, correct? To answer your question, from what I’m assuming is that you don’t need a broadcast on channel block. Blackfox was saying that in the coordinates device you have to put the channel that transmits on whenever a player moves as the same as the one that the block is going to be activating on.
Also, once you set the channel that the block activates on, I don’t think you can change it unless you delete that block and make another one.
property device
as NotYoyo said