I'm making an Undertale fangame in GMS2 and i have a problem with my Game:
It's supposed to show this:
But it shows this:
The car (obj_torcar) doesn't have code. Room creation code:
if audio_exists(26) then if not audio_is_playing(26) then BGM_Play(1, 26, true)
How can i fix this?

