Advertisement
TheRealAK47

TpToGolem2

Dec 8th, 2018
2,775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. game.Players.LocalPlayer.character.HumanoidRootPart.CFrame = CFrame.new(195.887848, 130.514191, -57.898304)
  2.  
  3. wait(4)
  4.  
  5. Farm = false
  6. m = game.Players.LocalPlayer:GetMouse()
  7. m.KeyDown:connect(function(key)
  8. if key == "j" then
  9. if Farm == true then Farm = false
  10. elseif
  11. Farm == false then Farm = true
  12.  
  13. while Farm == true do
  14. wait(0.4)
  15. for _,v in pairs(workspace.Entities.sandGolemModel:GetDescendants()) do
  16. if v.Name == "Torso" then
  17. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  18. end
  19. end
  20. end
  21. end
  22. end
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement