How would i make it so i can only do an input action while another input action is active

Hello!
I am trying to get it so when InputAction jump is pressed, it will then allow InputActionScale to start working, so i could only scale down/up my size while in midair. Is that possible?

Hello Cheese Mafia,

The easiest way to do this would be to set up a gate like in this image:

If the two inputs are in different locations, you could also do this using a boolean value.

Hope this helps!

Thank you! It works! Now if only i could get the scale thing to work while in midair, and not only while holding a button… Oh well, I’ll figure it out eventually! Thanks again!