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. A

    Teleporting Player Using Worlds

    but listen, what I'm saying is that if I try to put "ul_spawn" in the world spot it doesn't tp you, but there are 0 errors MY CODE: teleport player to location at 0, 30, 0 in world ("ul_spawn" parsed as world)
  2. A

    Teleporting Player Using Worlds

    if you read up that's what I started with on the post, I would've done that but it doesn't work for some reason, the thing is im pretty experienced in skript but not worlds so idk if its a skript conflict or what
  3. A

    Teleporting Player Using Worlds

    i used the exact same thing you posted no errors but it doesn't tp you, MY CODE: command /spawn: trigger: set {kit.BeingUsed.%player%} to false teleport player to location at 0, 30, 0 in world ("ul_spawn" parsed as world)
  4. A

    Teleporting Player Using Worlds

    So basically my code doesn't work for some reason I have tested the worlds and only in the world slot does it change it from being broken, what I mean is that the world slot HAS to be "world" for the code to work when in reality I need it to teleport the player to "ul_spawn" MY CODE: teleport...