music gui roblox script -- 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 music gui roblox script PasteShr music gui roblox script sound.Parent = game.Workspace wait() sound:play() music gui roblox script