ViggoCS

Tsar_Bomb

Aug 6th, 2017
5,347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for i = 1, 10 do
  2. for i, v in pairs(game.Workspace:GetChildren()) do
  3. Instance.new("Explosion", v)
  4. end
  5. wait(0.1)
  6. end
  7. for i, v in pairs(game.Players:GetPlayers()) do
  8. local plr = v.Character.Humanoid
  9. plr.Health = 0
  10. end
Add Comment
Please, Sign In to add comment