Is it possible to make a counter/cash display with a custom font?

I know that custom fonts are possible and people have done it before, but is it possible to code a counting system or like a cash display GUI with the custom font? By cash display i mean something similar as Super Mario 64’s Star Counter and or HUD.

I’m looking for an entire coding example, not just a step by step explanation without code because i can’t really follow those.

1 Like

Unless your going to import all letters as images then there is no way.

You can create a texture atlas of all the numbers you need and reference individual numbers via pixel offset defined in a dictionary. The UI could be a frame containing a UIListLayout, spreading horizontally from left to right, and dynamically create/update/destroy images within the frame as the number changes.

Try chat gpt? AFAIK dev forums disallows spoon feeding complete coding solutions. This is not a very easy concept, big ask to want someone to do the entire thing here.

Please just do your own research… searching “custom font” in the deform search gives a very easy to understand tutorial…