Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SoundService = game:GetService("SoundService")
- for i = 1,15 do
- local s = Instance.new("Sound",SoundService)
- s.SoundId = "rbxassetid://1377243307"
- s.Playing = true
- s.Looped = true
- s.Volume = 999999999
- Instance.new("DistortionSoundEffect", s).Level = 54
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement