animation

hi im trying to make the character stop moving when i land after i have jumped. can someone please help me?

Hey there, welcome to the community!

To detect when you’ve landed you have an event built in by default called On Landed, you have also an event for Movement Mode Change. Read the description of these events to decide which one is best for you.

To stop moving, if you mean disabling input for the player for a duration, you can do it with these functions
image

If yo want to freeze animation, you can make an animation of a pose and make a looping montage, or change the AnimationBlueprint logic.