Advertisement
coolgoldboy166

rip oidos

Dec 19th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Sound = Instance.new("Sound")
  2. DistortionSoundEffect = Instance.new("DistortionSoundEffect")
  3. Sound.Volume = 50
  4. Sound.SoundId = "rbxassetid://692574039"
  5. Sound.Parent = game.Lighting
  6. Sound.Looped = true
  7. Sound.Playing = true
  8. DistortionSoundEffect.Parent = Sound
  9. DistortionSoundEffect.Level = 10000001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement