Advertisement
yougotoof

aaaaxd

Dec 26th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. plr = game.Players.Roxblox_Gaming
  2. repeat wait() until plr.Character and plr.Character:FindFirstChild("Humanoid")
  3. hum = plr.Character['Humanoid']
  4.  
  5. hum.HealthChanged:connect(function(health)
  6. if health<= 0 then
  7. hum.Health = hum.MaxHealth
  8. plr.Character:MakeJoints()
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement