Advertisement
KaspersP

Untitled

Oct 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. _G.farm = true
  2.  
  3. while _G.farm do
  4. wait()
  5. do local humanoid = game:GetService"Players".LocalPlayer.Character:FindFirstChild"Humanoid"
  6. if humanoid then humanoid.Health = humanoid.MaxHealth
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement