Hello there Your entire issue lies in the FlipFlop node, which stores the pressed state in one of its positions. Because of that, you have to press the button twice, even if the character already stood up before. It’s better to use a branch (
if
) and a custom event instead.
Something like that: