nguyenminhnghia

auto farm steve onepiece

Nov 4th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. _G.toggle = true
  2.  
  3. local Plr = game:service"Players".LocalPlayer
  4. local HRP = Plr.Character.HumanoidRootPart
  5.  
  6. while _G.toggle do
  7. wait()
  8. for _,v in pairs(game.Workspace:GetDescendants()) do
  9. if string.find(v.Name, "Thief") and v:FindFirstChild"Humanoid".Health > 0 then
  10. HRP.CFrame = v:FindFirstChild"HumanoidRootPart".CFrame*CFrame.new(0,0,5)
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment