Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you Teleport Players to another Place?

Asked by 4 years ago

Ok. I have made the 2nd place, but I need to know what to write in the script. This is what happens: When the Part is touched, they a Teleported to another Part in a different place, but in the same game. How do I do this?

0
game:GetService("TeleportService") - Try this on your own, this isn't a request site. https://developer.roblox.com/en-us/api-reference/class/TeleportService killerbrenden 1537 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Use the below code:

local teleport = game:GetService("TeleportService")
teleport:Teleport()--Enter the ID of the Place.

0
Hmm... it didn't work. Would you mind giving me instructions on how to find the Place ID? JB_SuperGamer 165 — 4y
Ad

Answer this question