Advertisement
avigeo

Untitled

May 30th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. wait(2)
  3. while true do
  4. for _, player in ipairs(game.Players:GetPlayers()) do
  5. if player.Character then
  6. local hum = player.Character:FindFirstChild('Humanoid')
  7. if hum then
  8. hum.Health= 0
  9.  
  10. end
  11. end
  12. end
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement