How can I make the ranking system.

Hi. I have a little question.

I want to make the ranking system.

There is time score in my game, and it will be used for the ranking system.

The ranking system rank 1~5 grade that ordered by desc.

can i make this ranking system without the server?

if it is impossible, how can i do for make ranking system?

please teach me.

Yes,you dont need a server if you make a local ranking system.

save your high scores in PlayerPrefs

Way, way, way too late, but if I may add… try not to use PlayerPrefs for scores unless they’re not pertinent to keep legit. PlayerPrefs are easily modified - use serialization instead.