I’ve got a script that takes in a value in seconds (to 2 decimal points of fractional seconds): I then convert it to milliseconds: And then I want to format it like so: Where ‘x’ is the fraction of the second (however many places after the decimal there are). Any help? I can’t seem to wrap my mind around this.