roblox play music script pastebin -- WARNING: Be sure to make this a Script and place it in Workspace if you want it to work! local sound = Instance.new("Sound") sound.Name = "Sound" sound.SoundId = "http://www.roblox.com/asset/?id=874863250" -- Song ID at end. sound.Volume = 0.45 -- Derp (I have quality speakers you might need to change this.) sound.Pitch = 1 --Speed of Playback. sound.Looped = true sound.archivable = false roblox play music script pastebin How to get it for free? roblox play music script pastebin sound.Parent = game.Workspace wait() sound:play() roblox play music script pastebin