how do I make the door push the character?

when I made the door system, I faced such a problem that when the character is in the center of the door, when it closes, it does not push but passes through the character, I do not know what the problem is, I changed the colosseum of the door and still nothing works, do you know what the problem is and how to solve it, or maybe there is another way how to do it.



here is a video that you would understand, and the code

This looks like the door has special collision set on it to ignore/overlap the player, just set the collision to block the character, then it should push the character.