How to make a height meter and energy tracker like in Dont Look Down?

It doesn’t work when I try making height and energy appear.

Could you please explain more? (Remove ur full name from your profile)

can you give us more info and pictures?

1 Like

Height Meter Link
Energy Meter Link

2 Likes

Post deleted by author

I fixed the title for them because i started to realize what they meant

Where did his post go?

gone. deleted.
also you can use a coordinate system and just round the y coordinates in a game overlay block or just use the guides that were provided to you in the very first 3 posts

Why did he delete it? I didn’t even know you could delete posts!!

I got the energy to work. Now I’m an expert at making energy work!!! I can get the questinoir, the starting inventory, the item granter, and it takes away energy when you answer a question wrong, and you get energy when you answer a question right!!! Only, the height doesn’t work!

Use player coord to update property height, make property named height, and broadcast on channel heightChanged when changing height. Then make game overlay, type text, and in a block code make this:


Have a space after “Height:” or else the height and words will stick together, no space before “m”
It doesnt really matter what you name properties or channels, as long as the devices properties/channels match

1 Like

for height, use the player coordinates device, for energy use a game overlay.

I can’t understand what screenshot/picture shows up above.

1 Like

All you need is what @Brynn posted back near the start. That should give you a good idea :smile:

But I need to know what it means to make it better. I want them to feel listened to. Can u please tell me? I’m not sure which of these ones is right:
*different profile picture
*different name
*different letter combination
which one of these will fix it?

1 Like

Ok so remove “Mavis J Durian” from your profile. [1]


  1. we dont want another doxxing incident ↩︎

1 Like

Its a block code?
Like how in certain devices like trigger you can click the block code button?

for the height meter get these 3 devices:


(left: property, middle: overlay, right: player coordinates)
for the property on the left configure it to this
.
for the overlay set the position to top right and make a block code as a receiving on channel [pos change] and set the actual code to

and for the player coordinates configure it like this (replace the j channel with pos change)

this should work for the height tracker (might have a delay)
(im abit too lazy to make the tutorial for energy tracker sry)