I cant detect if value is under 0 can someone help?

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 <=.
I cant detect if value is under 0 can someone help?

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 <=.