How do I make a height tracker?

Pls help i’m trying to make a parkour map with my friend and I dont know how

The Y output of a Player Coordinate device linked to a Game Overlay.

4 Likes

Use the player coordinates device. It’s fairly self explanatory.

How do i use it. I’ve tried

Player coordinates device.
Add a property named, “Y”.
Connect the Y in the coordinates to the property “Y”
Make the property number and establish the default value as “0”.
Add a trigger.
Activate the trigger with anything you want. (Typically with a lifecycle listening for “Game Start”)
Then, go to he blocks of the trigger.
And add this code:


Then, go to a game overlay(optional) make it a text, and set its’ block code to this:
Screenshot 2025-02-11 5.22.38 PM
and your done!

Edit: I just realized The trigger isn’t needed… Oh well. It still works.

@calculus Thanks man I really needed help

1 Like

Just to read…

1 Like

This topic was closed manually because a solution was marked, there hasn’t been any recent activity, and currently the automatic closing system doesn’t work. Contact the moderators if you need this thread reopened.