Blueprint Animation Error


whenever i right click to play the sword attack animation my character plays the attack animation then when i try to move my character my character moves but the running animations dont play
Any help would be appreciated,thank you

You can use Animation Montage for this.

Create a AnimMontage from your animation asset, set a Slot Group to your animation.

Inside your animation blueprint you would add the Slot Group you chose and pin right after the State Machine.

Grab your Mesh reference, find the AnimInstance of this and call from it the MontagePlay node.

You can check in [this tutorial](Create a AnimMontage from your animation asset, set the Slot group to match the group you want.) everything I pointed here