Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i add music in the backround of a game without a music box?

Asked by 10 years ago

How do i add music in the backround of a game without a music box?

1 answer

Log in to vote
2
Answered by 10 years ago
msc = Instance.new("Sound", Workspace)
msc.SoundId="http://www.roblox.com/asset/?id=AUDIOID"
while true do
    wait(10)
    msc:Play()
end
Ad

Answer this question