Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Modified script by jellydude AKA iUxify. This script only shows up to you and on your screen. Other players may appear to be
- --exploding but they are not lol.
- for i,v in pairs(game.Players:GetChildren()) do
- isis = Instance.new("Message",workspace)
- isis.Text = "get rekt bacon hair n00bz"
- wait(1)
- isis:Destroy()
- bomb = Instance.new("Explosion")
- bomb.Parent = v.Character.Torso
- bomb.Position = v.Character.Torso.Position
- bomb.BlastPressure = 1000
- bomb.BlastRadius = 1000
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement