[SOLVED] Player can jump without moving but can't when moving (FINITE STATE MACHINE)

Hello there !
Currently working on my finite state machine I have an issue.
The player can jump when he dont move (Jump_Straight_Right( or Left)
But when I try to make him move while jumping, it does not work, the animation is here, but the acceleration = 0
Any ideas ?

I provide screens of my FSM so you can see

If you need more content, tell me :slight_smile:

In playerstatejumping, you aren’t moving the player when left or right key is pressed by way of key press simulation. You are only setting the animation.

Oh yeah, there we go ! I was so stuck man ! Thanks a lot I won’t forget to add thoses inputs next time ^^