Increase integer points over time

Hi there, I’m trying to increase a point system over time by adding an integer. I’d like my point system to display a 1 by 1 increase until a total of X points are added, in this case, 250 points.

How would I go about adding an integer value over time, rather than instantly?

Hey @JakOak

what about something like this?:

2 Likes

Thank you!

1 Like