How to have CharacterController interact with Object

Ok so i have a CharacterController i need to interact with an object, that when the object plays an animation and the Character happens to be in the way it pushes the player back. I’ve tried using rigidbodies and all i get is the object flipping and get stuck in player, i have no clue what to do.

Try to change the objects mass. The objects mass needs to be a lot higher than the players. At least that’s how I’ve solved this problem in the past.