Advertisement
ManlyMemeScripter

Untitled

Mar 5th, 2018
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local newsound = Instance.new("Sound",workspace)
  2. newsound.Name = "earbleed"
  3. newsound.SoundId = "rbxassetid://142797225"
  4. newsound.Looped = true
  5. newsound:Play()
  6. local earbleep = Instance.new("DistortionSoundEffect",newsound)
  7. earbleep.Enabled = true
  8. earbleep.Level = 100000001
  9. earbleep.Priority = 55
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement