IS there a way to force a singe didget Int into a two digit value?

My solution to this problem was to store the integers as a String and display the String to the HUD. This way you can use the Append nodes to add a zero to your seconds when their value is less than or equal to 9 and when it’s not, just display the whole number (which will always be two digits).

1 Like