#Does anyone know how to make a teleporter, that teleports you to different places?

14 messages · Page 1 of 1 (latest)

radiant lintel
#

i can try and make one for you i need more detail @stark agate

subtle shadow
#

If youd like people to make stuff for you, this isnt the channel to go in. This is for help with your scripts, not for people to make them for you.

#

Use #💵︱hiring or ask around in #📜︱scripting

subtle shadow
radiant lintel
#

ohh yea i cant really do that

subtle shadow
#

Using TeleportAsync, you can easily teleport players.

#

TeleportService:TeleportAsync(placeId, playerTable)

#

for players, you can teleport one player by (placeId, Player)

#

or multiple by

#

(placeId, {Player1, Player2, Player3})

radiant lintel
#

alr thanks