I have a number with 5 leading zeros that I’m trying to align to a background, for that that to happen, the digits needs to be further apart. I’m guessing there must be a string format to accomplish this?
CurrentTopHeight.text = string.format("%05d",math.round( HighestY ))