I start the music upon entering the room. In the audio tab there's a music folder, and the tutorial that I watched said to name the files "aMusic1" and so on.
// room script file
function room_AfterFadeIn()
{
aMusic1.Play();
}
// room script file
function room_AfterFadeIn()
{
aMusic1.Play();
}