Skip to main content
3 of 3
edited title

GMS2 - Game showing the wrong object

I'm making an Undertale fangame in GMS2 and i have a problem with my Game: It's supposed to show this:obj_next_room

But it shows this:

stretched obj_torcar

obj_next_room code: enter image description here

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?