How do i add music in the backround of a game without a music box?
msc = Instance.new("Sound", Workspace) msc.SoundId="http://www.roblox.com/asset/?id=AUDIOID" while true do wait(10) msc:Play() end