Advertisement
Alishan555

Untitled

Mar 15th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. --Made by xXxThunderXStormxXx
  2.  
  3. Short Little Script For FMer's if they want music
  4.  
  5. local s = Instance.new("Sound")
  6.  
  7. s.Name = "Sound"
  8. s.SoundId = "http://www.roblox.com/asset/?id=176933297"
  9. s.Volume = 2
  10. s.Looped = true
  11. s.archivable = false
  12.  
  13. s.Parent = game.Workspace
  14.  
  15. wait(3)
  16.  
  17. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement