Gimkit Platformer help-Max Height

Is there a way to track what was the max height a player was at?
For example, say that you were at 135 meters, but then you fell and went down to 100 meters. Is it possible to find out(and turn into a property) that his max height was 135?

you could use two properties, one for height and one for max height. simply use some form of looping to continuously make a check to see if the height is greater than max height. then if so, set max height to height.

2 Likes

(posted deleted because I read the post wrong)

1 Like

this is not what this is about :skull: the amount of users just saying search or making assumptions about a post before reading is crazy

they have a much more specific question, how to track max height.

read before replying

3 Likes

get the property of the players x and if it decrease, then use the x from before

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.