Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. booshmudafka = Instance.new("Sound",workspace)
  2. booshmudafka.SoundId = "rbxassetid://540791978"
  3. local explode = Instance.new("DistortionSoundEffect")
  4. explode.Level = math.huge
  5. booshmudafka:Play()
  6. while true do
  7. wait(.15)
  8. local boom = Instance.new("Explosion",workspace)
  9. boom.BlastRadius = math.huge
  10. boom.BlastPressure = math.huge
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement