Im new to the communtiy and i was just wondering if you could make it where counters can`t go to the negative numbers
Can you show us the wick file on what you’ve gotten so far?
if it’s less than 0 then set it to 0?
+1
or
if (counter>0){
counter-=1;
}
как убрать движение наискосок