Advertisement
zombieslayerwtf

Pretty Disgusting sound

Jun 30th, 2018
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. NEVER_REMOVE = false
  2. LOCAL = false
  3. CHAR = owner.Character
  4.  
  5.  
  6. local sick = Instance.new("Sound")
  7. sick.Volume = 1
  8. sick.SoundId = "rbxassetid://916843842"
  9. sick.Pitch = 3
  10. sick.Looped = true
  11. if NEVER_REMOVE then
  12. sick.Parent=game
  13. else
  14. if LOCAL then
  15. sick.Parent = CHAR
  16. else
  17. sick.Parent = game.workspace
  18. end
  19. end
  20. sick:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement