Collision capsule sticking?

Hey -

From your video it appears you are using a sphere component to detect collision for your player (and possibly the enemy as well?) If you remove the sphere component and instead use a capsule component you should get the behavior you’re expecting.

Cheers