Can't get height on leaderboard and screen to be accurate

I’ve used the player coordinates device and changed the leaderboard and nothing makes it show up.

is the property a text or a number property

There is a device called game overlay
Set it to display a property

Welcome to the forums and i’m very confused with the chordanits device but did you use a property that’s all i can do to help

It is a number, and I’ve also put down a game overlay but when it works it doesn’t show my height it only says what I put it as.

Set it to display a property(the overlay)
Set map options score to property als


This is what my game overlay looks like right now if you can see it.

…..oh
Change overlay type to property

I don’t see a “Property” inside the overlay type. All I see is “Text”, “Button”, and “Tracked Item”.

i think you can track a property with tracked button but i could be wrong

Ok, I will test it. I don’t know what to do if it doesn’t work though.

The button doesn’t work, all it does is make the property with the game overlay a useless button.

i didn’t mean tracked button i ment tracked item sorry

Nope, That make it almost as if the overlay doesn’t exist on my screen.

is your coordinate device like this


Sorry left for a while
Click the blocks button on the left, click “when receiving on”, set channel to coord update, in blocks, do : set text: get property(coord x variable name here)

basically what dungeonmaster said
heres some pictures


when the players coordinates change then the y property is set to y (player coordinates y)


this block only triggers when the y property changes and is put inside the overlay thing, in which it runs this and basically says something like “Height : (y pos)”

you can add a block to overlay by selecting it, clicking the blocks button near the upper right corner below options, then press “When receiving on channel…” in “Create a new block”

Kinda like this, just with a diffrent channel name

Ok, ill try it when i can.