Solved Tp at Y level

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Sep 2, 2021
13
0
1
18
Ive been trying to make a parkour map but i cant find out how to see what y level a player is at. So life if the player is below y level 30 then tp player to {checkpoint.%player%}
 
Code:
# use an event like on any movement or a periodical or smth else
if y-coordinate player is less than 30:
    # do stuff

and use list variables.