My 2d character is jumping only once 4-27

In the spirit of helping you a little bit :slight_smile:
You could create a linetrace to shoot down to check if you are grounded.
When linetrace hits the ground within the length of the trace then IsGrounded = true.
Then from your jump press just use a branch to check whether you are grounded or not. Hopefully this gives you some insight.