How to make the player win when it reaches a certain height?
The red box represents the player. The green box represents the height needed to win.
For top-down 2D games, use the Z output on the Break Vector instead of the Y output. Z is height in top down 2D, Y is height in 3D or side view 2D.