Advertisement
jellydude

ROBLOX ExplodingBaconHairMessage script

Nov 23rd, 2018
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --Modified script by jellydude AKA iUxify. This script only shows up to you and on your screen. Other players may appear to be
  2. --exploding but they are not lol.
  3. for i,v in pairs(game.Players:GetChildren()) do
  4. isis = Instance.new("Message",workspace)
  5. isis.Text = "get rekt bacon hair n00bz"
  6. wait(1)
  7. isis:Destroy()
  8. bomb = Instance.new("Explosion")
  9. bomb.Parent = v.Character.Torso
  10. bomb.Position = v.Character.Torso.Position
  11. bomb.BlastPressure = 1000
  12. bomb.BlastRadius = 1000
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement