I found this, and this seems to do what I need it to do, however, there are decimals and I needed to count up a bit faster. I tried adding a int() and floor() but the value never reach the max count. Basically I want to count up to whatever the max value is in a certain time, like within 100ticks. Oh, and I don't need to slow down, though that's optional.