Advertisement
TheRealAK47

TpToFarmer

Dec 8th, 2018
4,786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. game.Players.LocalPlayer.character.HumanoidRootPart.CFrame = CFrame.new(1097.82, 88.544, 42.22)
  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.farmerModel: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