#tp back to spawn if below y-lvl 30

1 messages · Page 1 of 1 (latest)

restive crow
#

How do i make a skript which makes a player teleport back to /spawn if the player is below y-30 in world world?

cinder harbor
#

you would probably need a movement event, i would rather do something like:

on damage:
  if damage cause = void:
    teleport player to {spawn}
    cancel event``` this would teleport the player as soon as they got the first hit from void damage
restive crow
#

to what do i need to chance {spawn} to?

#

but spawn is spawn

#

so just spawn instead of {spawn}?

#

k thx (:

#

i really am this incompetant