Advertisement
avigeo

Untitled

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