In the spirit of helping you a little bit
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.