Character gets stuck while moving

Hey guys im a beginner on Unreal engine so im watching a guide on youtube and im doing exactly what the guy does but for some reason my character gets stuck when moving and when i stop moving he gets unstucked.This photos is what i did for walk so far.




Are you trying to do root motion? Well, root motion is not something that is easy to do, and it requires some extreme knowledge. Cause I can see you have stop state which is mostly work with root motion.
First of all, root motion are not drive by velocity but instead the animation that should drive the movement.

Well, if not root motion, you can try this:

  1. Check if the pawn owner is valid or not.
  2. Observe your state, and try to print the values. This is the best way to check what is wrong with the setup.