controller.isGrounded

Is there an opposite function of “controller.isGrounded?”
Something like notGrounded?

I think it would just be “!controller.isGrounded” wouldn’t it?

yeah, it should be “!controller.isGrounded” or “controller.isGrounded == false” or “controller.isGrounded != true”
which all read “Is not grounded” or “is grounded equals false” or “is grounded not equal to true”