Hey there,
I am trying to recreate that typical score board you see in a lot of arcade games. Specifically where the score starts at and displays, 000,000,000. Then as the player gets more points lets say 12500. The new score would be displayed like this, 000,012,500.
Any know how to implement this? Thank You.