Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- for _, v in pairs(game.Players:GetChildren)
- if v.Character.Torso then
- local lol = Instance.new("Explosion",game.Workspace)
- lol.Position = v.Character.Torso.Position
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement