Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
- wait(1)
- local ts = game:GetService("TeleportService")
- local p = game:GetService("Players").LocalPlayer
- if game.PlaceId == 654732683 then
- for _,v in pairs(game.workspace:GetChildren()) do
- if tonumber(v.name) then
- if v:IsA("Part") then
- pos = v.CFrame.p
- p.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
- end
- end
- end
- wait(1)
- ts:Teleport(2858575628, p)
- end
Add Comment
Please, Sign In to add comment