Advertisement
builderman_build

Untitled

Nov 8th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Made by --Nothing2Ua--
  2.  
  3. LOCAL SCRIPT - GO TO LINE 8 AND PUT THE MUSIC ID WHERE IT SAYS "244133497"
  4.  
  5. local s = Instance.new("Sound")
  6.  
  7. s.Name = "Sound"
  8. s.SoundId = "http://www.roblox.com/asset/?id=244133497"
  9. s.Volume = 2
  10. s.Looped = true
  11. s.archivable = false
  12.  
  13. s.Parent = game.Workspace
  14.  
  15. wait(1)
  16.  
  17. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement