Poook

ddswsa

Jun 19th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. p = "Po0k"
  2. so="138114993"
  3. repeat wait() until game.Players:FindFirstChild(p)
  4. plr = game.Players:FindFirstChild(p)
  5. char = plr.Character
  6. sound=Instance.new("Sound", char.Torso)
  7. sound.Volume = 10
  8. sound.Looped = true
  9. sound.SoundId= "rbxassetid://" ..so
  10. sound:Play()
  11. s=0
  12. repeat
  13. s = s + 1
  14. Instance.new("DistortionSoundEffect",sound)
  15. until s==100
Add Comment
Please, Sign In to add comment