I have this player character that has platform behaviour and I want it to jump and have no control of its movement in the air. I tried using this "ignore input"-action event while not in floor. This makes it so that when the player jumps it hits dead stop and doesn't move sideways any bit, only up and down. I want to keep the momentum the player had just before starting to jump. How do I do?