Detect looking down

I’m need code that can detect if the player is aiming at any angle that is downwards. I plan to use it to make other code not active if the player is looking down.

Y component of facing direction of event player < 0
(1 is up 0 is in the middle -1 is down)

Oh wow thanks! It worked so thank you so much.