This custom score counter supports virtually an infinite amount of numbers. Just enter a number and the counter shows it to you. You are free to use this counter in your own projects, as long as you give me credit for this and add a link to this project in the notes and/or description of your project. You can customize this counter's numbers and looks, but don't change the costume names, or the counter will not work. And to the people who want to know, How It Works: -1st: The counter sets the current amount of money (or score) to the 'prevMoney' variable, and waits until their values are different. -2nd: The counter updates and checks the 'Current' character in the money. Then it changes the costume to correspond the number it just scanned and stamps it. This will be repeated as many times as how many digits the money variable contains. -3rd: The counter returns to the first step. NOTES: The longer the number is, the longer it takes to print it. The counter can be updated, while it's printing another number: Try it by typing a really long number, and while it's printing it, type another number.