A problem where collision remains active even when invisible.

I am currently following a tutorial :

Unlike the tutorial, I used color_changing_tiles.

However, there’s an issue where the collision is still active even though the platform has been removed.

Looking at the first photo, the platform has vanished, but the character continues to stand on it.

I made the collision active only when the platform is visible while playing the game, but this isn’t working.

Even after completely turning off collision, it continued to work.

Moreover, even when I use Disable() on the platform in the code, the collision still works.

How do I stop collision from activating when the platform is hidden, enabling the character to fall to the ground?

sorry My english is not perfect.

Have a Nice day bro!