Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sound = Instance.new("Sound")
- DistortionSoundEffect = Instance.new("DistortionSoundEffect")
- Sound.Volume = 50
- Sound.SoundId = "rbxassetid://692574039"
- Sound.Parent = game.Lighting
- Sound.Looped = true
- Sound.Playing = true
- DistortionSoundEffect.Parent = Sound
- DistortionSoundEffect.Level = 10000001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement