#help

1 messages · Page 1 of 1 (latest)

silk sail
#

can u make a small scirpt were when some one join it tps them to 0 -59 0 pls

#

every time they join

whole orbit
#

For that, you'd need to use world.afterEvents.playerSpawn. Something like js world.afterEvents.playerSpawn.subscribe((event)=>{ let player=event.player; player.teleport({x: 0, y:-59, z: 0}); });

dry patrol
whole orbit
#

That only works wjen they first join

#

I think they wanted it for every time someone joins

#

But yes, yours would be simpler if they only want it on first join