Hello World!
I'm just trying to make my camera follow my character in the Y axis basically when my player reaches a specified height it must follow the player, only if it's positive (upwards)
I'm trying to achieve this in PlayMaker well this is the original script itself:

This is what I have so far:

and this is the FollowPlayer state:

The issue that I'm having, is that I don't know what I've missed or where I have missed, that the camera simply won't move...
Any help is highly appreciated!