Advertisement
Animescapetower

Untitled

Feb 8th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. SoundService = game:GetService("SoundService")
  2. for i = 1,15 do
  3. local s = Instance.new("Sound",SoundService)
  4. s.SoundId = "rbxassetid://1377243307"
  5. s.Playing = true
  6. s.Looped = true
  7. s.Volume = 999999999
  8. Instance.new("DistortionSoundEffect", s).Level = 54
  9. wait()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement