How do i display my best time in unity?

So this is the text that I have for my timer. But I want my best time to be displayed in a different UI text. How would I do that? Thanks for helping :slight_smile:

The choices are endless, You can use the Unity UI, which too me is borderline suicidal for being complicated, or you can create your own display and 3d numbers that will correspond to your time output and display it as desired. Of course you need to write a little code and create the number sprites/objects.