ShadowDragons_YT

Car Crusher 2 Autofarm v1.2

Jun 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. wait(1)
  2. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  3. wait(1)
  4. local ts = game:GetService("TeleportService")
  5. local p = game:GetService("Players").LocalPlayer
  6. if game.PlaceId == 654732683 then
  7. for _,v in pairs(game.workspace:GetChildren()) do
  8.     if tonumber(v.name) then
  9.            if v:IsA("Part") then
  10.                  pos = v.CFrame.p
  11.                  p.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  12.            end
  13.     end
  14. end
  15. wait(1)
  16. ts:Teleport(2858575628, p)
  17. end
Add Comment
Please, Sign In to add comment