Is it possible for a door to push the player instead of clipping through them?

I am working on a multiplayer project with doors that are opened by clicking and dragging. Right now, the door just clips through a player if they are in the way, causing them to jump the next time they move, but I would like the door to push the player out of the way. How should I approach this?