Advertisement
derekiscool423

music

Jan 7th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. local s = Instance.new("Sound")
  3.  
  4. s.Name = "Sound"
  5. s.SoundId = "http://www.roblox.com/asset/?id=408386283"
  6. s.Volume = 20
  7. s.Looped = true
  8. s.archivable = false
  9.  
  10. s.Parent = game.Workspace
  11.  
  12. wait()
  13.  
  14. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement