Advertisement
liam0011

Untitled

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