Need animation help

I have made a game that starts a walking animation for the character when a key is pressed. My problem is that the animation only plays once then stops instead of repeating. Please help me with this!

uhm… did you put it on loop?

and make sure the trigger you’re using is on repeat

Putting it on loop works, but the animation keeps on running after the key is released.

Connect the key’s “up” to “stop”

Yay, it worked! Thanks a lot!