Hi, I was personally able to correctly detect when the vehicle is in the air, but I am unable to work out how to rotate the vehicle in air like you did.
The trick to detecting whether the vehicle was in the air is to do a Box Trace downwards, and then use a branch to detect whether the box is colliding with anything. If it isnt colliding, then your vehicle is in the air.