Solved issue with teleport

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

darkassasin174

New Member
Feb 2, 2021
5
0
1
34
hello. sorry if im doing this in the wrong place but ive been confused for so long with this code if anybody could help me that would be nice
Code:
on respawn:
    tp player to 218 74 -34
 
The format for a location is: location at _, _, _ of world "___"

So it would be

on respawn:
teleport player to location at 218, 74, -34 of world "(insert world name here)"
 
it didnt work
heres the code now i tried using world which is the name but it didnt work
Code:
on respawn:
    teleport player to location at 218, 74, -34 of world "(overworld)"
 
Is the intended world called "(overworld)"? Most likely it's just called "world". There should be no parentheses.
its called world
[doublepost=1612351033,1612350905][/doublepost]thx its been solved now players will spawn in the correct location once they die and join
 
Status
Not open for further replies.