Feature request: add time based scoreboards

Hi.

I’ve been working on an arcade game and one of the modes is time based, so the objective of the level is to clear it as fast as possible. On the other hand, I want to have scoreboards but I just realized the scoreboards only work with positive int numbers and there is no option to change the data type to something like time.

So my request is to be able to define the type of score, so we can define either “fastest time” or also “longer time” scoreboards.

This might be very useful for racing games when you could have the best times to beat a track in the scoreboard or other similar cases.

(BTW, this is not technically an SDK feature request, but that was the category that matched best this post)