I need help with a platformer feature

So basically I have a game where you race against another team in a platformer obstacle game. I want there to be an overlay which shows your percentage of the course and the other teams percentage.
Can anyone help?

I am not positive but maybe you could do something with coordinates

You could also use zones to update a text

1 Like

My idea is a zone, when entered, set a property to a certain percentage, which then reflects on a game overlay

Do you not know math?

Height of your player DIVIDED BY Total height = A decimal

The decimal times 100 = your percentage

Lol. same thought

ik math but the course isn’t always straight up
(also) Do you not know spelling?

Edit; I just ratiod someone on the Gimkit Creative Forums holy moly

3 Likes

I think that’s going to be the only way to do it.

Is the course more vertical or horizontal?

:arrow_down: :arrow_left: :arrow_lower_left: :arrow_right: :arrow_lower_right: :arrow_upper_left: :arrow_up: :arrow_upper_right: :arrow_up: :arrow_left: :arrow_right: :arrow_lower_right:

Remember what you said about spelling?

I think you can do something with “checkpoints”. Basically, each diagonal stretch is a “level” and you take the distance to the line from the starting point to the ending point and use that to compute the progress.

4 Likes

oops i thought it was more in one way lol

getrithekd with the clean sweep in technical like always :raised_hands:

1 Like

why do you have monkee’s pfp?

It’s basically a height checker but horizontally.
Coords:
When player moves
If X pos goes up
Set text to get property distance traveled +1
(On the overlay)