Advertisement
rocket12211

Untitled

Aug 6th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. for _, v in pairs(game.Players:GetChildren)
  3. if v.Character.Torso then
  4. local lol = Instance.new("Explosion",game.Workspace)
  5. lol.Position = v.Character.Torso.Position
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement