Advertisement
lol375090

moonman

May 2nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. print("Music executed!")
  2. s = Instance.new("Sound")
  3. s.Name = "Music"
  4. s.SoundId = "http://www.roblox.com/asset/?id=685279064"
  5. s.Looped = true
  6. s.Pitch = 1 --You can edit these settings.
  7. s.Volume = 4 --You can edit these settings.
  8. s.archivable = false
  9.  
  10. s.Parent = game.Workspace
  11.  
  12. wait(1)
  13.  
  14. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement