Advertisement
TheUnknownDiscord

fallout

Aug 29th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Music = Instance.new("Sound", owner.character.Head)
  2. Music.SoundId = "rbxassetid://362386343"
  3. Music.Volume = 0.7
  4. Music.Looped = true
  5. Music:Play()
  6. Static = Instance.new("Sound", owner.character.Head)
  7. Static.SoundId = "rbxassetid://6651917318"
  8. Static.Volume = 20
  9. Static.Looped = true
  10. Static:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement