Advertisement
StoppingGuy

Roblox Game Teleport Script

Nov 2nd, 2020
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. -- Game Teleport Script
  2. local ts = game:GetService("TeleportService")
  3. local p = game:GetService("Players").LocalPlayer
  4. ts:Teleport(game.PlaceId, p)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement