Having some issues with my animation blueprint

Try setting isFalling to a bool variable on the update animation event in the event graph instead of the Anim Graph, and then just call that variable in the transition rule. I don’t think you can call functions like that in the Anim Graph, at least not in a transition rule.