[Solved] How do I add numbers one by one on a 001 layout?

I’m trying to make a coin system into my game but I have no idea how to implement it as a 001 layout.
Example: 001, 010, 024, 186 eg.
Can anyone help me how to do this?

I don’t know what you mean by 001 layout. Can you add more info?

Do you mean always have three digits to display the number of coins? Below is how I do it. The Score always shows 6 digits and the Coins always shows 2.

3 Likes

I’ll try that. Thanks for the info.

It works. Thanks again