Problem with detecting a value

I cant detect if value is under 0 can someone help?
Screen Shot 2022-04-19 at 9.02.03 PM

You used greater than or equal to zero as a conditional. You can make an else statement which will allow it to proceed if it’s under zero or you can switch the >= to <=.