How do you make a gui that tower of hell has?

i really want to make a height bar just like tower of hell has
what should i script? :grinning:

Maybe a bar that shows the player’s position, somehow converting it to be relative to the GUI’s scale

1 Like

Well I don’t know much about scripting but you can make a Variable that indicates where you are. The only problem with that is that it would not move smoothly.

1 Like

Calculate each player’s Y position, then convert that into the Y position of an image label of their head on the height bar.

1 Like