1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved Tp at Y level

Discussion in 'Requests' started by WeakBrainStorm, Sep 27, 2021.

Tags:
  1. WeakBrainStorm

    Joined:
    Sep 2, 2021
    Messages:
    13
    Likes Received:
    0
    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%}
     
  2. Best Answer:
    Post #2 by Minecoll_YT, Sep 30, 2021
  3. Minecoll_YT

    Supporter Forums Helper

    Joined:
    Dec 2, 2018
    Messages:
    650
    Likes Received:
    40
    Code (Text):
    1. # use an event like on any movement or a periodical or smth else
    2. if y-coordinate player is less than 30:
    3.     # do stuff
    and use list variables.
     
  4. WeakBrainStorm

    Joined:
    Sep 2, 2021
    Messages:
    13
    Likes Received:
    0
    thank you i looked so much but couldn't find anything
     

Share This Page

Loading...