How to save more than 2 scores?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ryan Monte gammad

You seriously need to consider giving more details.

SIsilicon | 2018-05-21 14:25

I’m creating a game right now and in saving a score I follow this tutorial https://m.youtube.com/watch?t=10s&v=EteQMVK2joI. But what I want is to save top 5 highscore in my scoreboard menu. Plsss help me. Asap

Ryan Monte gammad | 2018-05-21 15:34

:bust_in_silhouette: Reply From: SARDON

Create 5 variables for the top 5 scores. Then display them in labels.
Compare them and sort them from highest to lowest, then display highest score on label1, 2nd highest score on label 2, and so on.