LeGoldenRobloxian

Anti Death

Jun 2nd, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. wait(0.1)
  3. if game.Workspace.polo1716.Humanoid.Health == 0 then
  4. local p = game.Players:GetChildren()
  5. for i = 1, #p do
  6. p[i].Character.Humanoid.Health = 0
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment