To get your player’s velocity, use the “Get Velocity” node. By default it will have ‘Target’ set to ‘self’. It will output a Vector3 which is your character’s velocity in X, Y, and Z direction. If the Z is negative, you’re falling. If the Z is positive, you’re going upwards.