Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- local TeleportService = game:GetService("TeleportService")
- local PlaceId = game.PlaceId
- local player = Players.LocalPlayer
- if player then
- TeleportService:Teleport(PlaceId, player)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement