Create a pushable door on top down games

I have a top down game and I want doors that can rotate when player pushes against them and they should have limited rotation angles.

Pls help

Make an object you want as a door.

Set up event conditions that check for collison with your player, and the current rotation of the door is within whatever limits you want.

Then rotate the door through actions.

Make sure you have completed the tutorials on the wiki to understand how events are built as well as the expression builder, and the above should be relatively easy.

Ty, I will try that. Otherwise, if all else fails, I’ll just leave it out. It’s unnecessary anyways. Ty