Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This was made by Ghetto, this script plays music in the server.
- --This requires a level 7 to execute.
- print("Music executed!")
- s = Instance.new("Sound")
- s.Name = "Music"
- s.SoundId = "http://www.roblox.com/asset/?id=203935792" --Put the id into there.
- s.Looped = true
- s.Pitch = 1 --You can edit these settings.
- s.Volume = 1 --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