Advertisement
Guest User

Roblox Music Script

a guest
May 3rd, 2016
1,846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. 1.Made by --Nothing2Ua--
  3.  
  4.  
  5. 2.
  6.  
  7.  
  8. 3.LOCAL SCRIPT - GO TO LINE 8 AND PUT THE MUSIC ID WHERE IT SAYS "IDHERE"
  9.  
  10.  
  11. 4.
  12.  
  13.  
  14. 5.local s = Instance.new("Sound")
  15.  
  16.  
  17. 6.
  18.  
  19.  
  20. 7.s.Name = "Sound"
  21.  
  22.  
  23. 8.s.SoundId = "http://www.roblox.com/asset/?id=IDHERE"
  24.  
  25.  
  26. 9.s.Volume = 2
  27.  
  28.  
  29. 10.s.Looped = true
  30.  
  31.  
  32. 11.s.archivable = false
  33.  
  34.  
  35. 12.
  36.  
  37.  
  38. 13.s.Parent = game.Workspace
  39.  
  40.  
  41. 14.
  42.  
  43.  
  44. 15.wait(1)
  45.  
  46.  
  47. 16.
  48.  
  49.  
  50. 17.s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement