I need some help playing music on my game. And I don't know a lot about scripts so forgive me if I don't know what I'm talking about.
So I put a free music script on my game, it came with the music in it. the script is
while true do
wait(10)
script.MUSIC:Play()
end
and inside the script was a sound, the sound already had an audio id in it, so I replaced it with my own. Then still inside studio mode, I went to test. When walking around in test mode, the audio played perfectly. So I published and went to try the game out, however no music plays in the actual game. Only inside test mode can the audio be heard. What am I doing wrong here, I'd really appreciate any help. |