I think I'm doing something wrong. It's showing 3 digits now going extremely fast, all the way up to 999, so I guess it's working, but I'd really only like to show the first 2 digits out of the 3.
right("00"&Minutes,2)&" : "&right("00"&seconds,2)&" : "&right("000"&Milliseconds,3)
Eventually I am to turn this into a leaderboard score, so hopefully it'll work!!!