TheMemeUserLol

Untitled

Feb 7th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. char = game.Players.LocalPlayer.Character
  2.  
  3. pt = {6.6, 6.8, 7, 7.2, 7.4}
  4. u1 = Instance.new("Sound",char)
  5. u1.SoundId = "rbxassetid://261303790"
  6. u1.Volume = 1
  7. u1.Pitch = pt[math.random(1,#pt)]
  8. u2 = Instance.new("Sound",char)
  9. u2.SoundId = "http://www.roblox.com/asset/?id=261303790"
  10. u2.Pitch = u1.Pitch
  11. u2.Volume = 1
  12. u3 = Instance.new("Sound",char)
  13. u3.SoundId = "http://www.roblox.com/asset/?id=261303790"
  14. u3.Pitch = u1.Pitch
  15. u3.Volume = 1
  16. wait(.01)
  17. u1:Play()
  18. u2:Play()
  19. u3:Play()
  20. wait(1.5)
  21. u1:Destroy()
  22. u2:Destroy()
  23. u3:Destroy()
Add Comment
Please, Sign In to add comment