Search results

  • 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!

  1. C

    Random TP Skript help!!!

    Thank you for your response, I tried putting in the last code, but I got an error on numbers 6 and 11. Line 6: "{_X}, {_Y}, {_Z}" is not alocation Line 11: "else" has to be placed just after another 'if' or 'else if' section. I didn't know the script, so I made some copies on YouTube
  2. C

    Random TP Skript help!!!

    command /rtp: trigger: set {_x} to random integer between -100 and 100 set {_z} to random integer between -100 and 100 set {_y} to random integer between 5 and 150 set {_loc} to location({_x},{_y},{_z}) teleport player to {_loc} loop 150 times...