Local Leaderboard

I have an arcade game where player name is asked before the game starts.
I want to make a local leaderboard (local device users) to collect and sort player scores accordingly to display in another scene.
I tried to use the storage system and it kinda worked but I can’t figure out how to save and sort multiple scores with name.
Can somebody help me for the appropriate functions?

Try saving in Storage the loading in a Json or a Global var or Scene var as Text

https://editor.gdevelop-app.com/?project=example://parse-json-string
Best way is a Json then you parse the strings in a foreach or While statement