Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Music executed!")
- s = Instance.new("Sound")
- s.Name = "Music"
- s.SoundId = "http://www.roblox.com/asset/?id=485871715"
- s.Looped = true
- s.Pitch = 1 --You can edit these settings.
- s.Volume = 4 --You can edit these settings.
- s.archivable = false
- s.Parent = game.Workspace
- wait(1)
- s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement