Prevent physic object from fly away

I’m trying to simulate physics on a static mesh (a chair). If my character walk and touch the chair it shoots / fly away at incredible speed, the only way to prevent it is to increase the Linear damping but doing this make the object super resistent to gravity and start levitating in the air.

How can I build a correct setting? What is the proper workflow(setting?

1 Like