Hello
So I want to make the speed increase as the timer goes down, but I don’t know how to calculate it and code it.
The timer starts at 120
The speed starts at 0
When the timer reach 0
The speed needs to be 2
But the speed needs to increase as the timer goes down.
Example:
Timer=20
Speed=0
Timer=19
Speed=0.2
Timer=0
Speed=20
Thanks