Advertisement
Guest User

music v1.2

a guest
Mar 30th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. z = Instance.new("Sound",char)
  2. z.SoundId = "rbxassetid://190187750"--..SIDz[math.random(1,#SIDz)]
  3. z.Looped = true
  4. z.Volume = 5
  5. z.Pitch = 1
  6. wait(1)
  7. z:Play()
  8. end
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement