It depends where you put that if clause. If it’s in the update it will keep adding time until the score no longer equals 2500. If you want to make sure it only does it once you can use a bool:
I’m not sure what language you are using but something like:
ahh nice man that worked perfectly i dont use bools to much but i see i need to start lol
question for ya
because i want to use more than once like, every 2500 points a time bonus is awarded but i dont necessarily want to write out like 30 of these and change the amount if i dont have to im thinking maybe a loop but dont know how to implement any recommendations?