Advertisement
rubikz

Untitled

Aug 20th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. music = Instance.new("Sound", Character)
  2. music.SoundId = "http://www.roblox.com/asset/?id=358598989"
  3. music.Volume = 100
  4. music.Looped = true
  5. wait(0.1)
  6. music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement