recently, i've been trying to compile music into this script i'm making.
here is the script:
while true do
script.Parent.SoundId=204597355
script.Parent:Play()
wait(5)
script.Parent.SoundId=157081108
script.Parent:Play()
wait(5)
end
i understand how to make just one song play, but not multiple
i can tell there is no errors, because when i look at the properties of the sound thing, i see the ID changes while the game is running.
but the song doesn't actually play.
i'm probably doing it all wrong. but as long as someone knows the solution, i'm fine with that.
so, help anyone? |