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

Teleport

Asked by 10 years ago

How DO you make a person teleport from one place to another?

3 answers

Log in to vote
7
Answered by
ImageLabel 1541 Moderation Voter
10 years ago
game:GetService('TeleportService'):Teleport(PlaceId, game.Players.PlayerName)

http://wiki.roblox.com/index.php?title=Teleport_(Method)

Ad
Log in to vote
0
Answered by 10 years ago

wait(15) target = CFrame.new(0, 50, 0) --could be near a brick or in a new area for i, player in ipairs(game.Players:GetChildren()) do player.Character.Torso.CFrame = target + Vector3.new(0, i * 5, 0) --add an offset of 5 for each character end

--I think this might answer your question

Log in to vote
-6
Answered by 10 years ago

Admin Commands so easy.

Answer this question