How do you make a scoreboard with dictionary?

I'm making a rock paper scissors game and I want to make a scoreboard with the 10 best scores in the game in a new screen using tinybd using dictionary...

Show your data, dictionary and relevant blocks....

Ah, sorry, i forgot.



blocks of the game.
Captura de pantalla 2023-12-13 210628

and this is the new screen of the scoreboard...

I do not see a dictionary anywhere?

the problem is that, idk how to make it xd

See the fifth link in

https://ai2.appinventor.mit.edu/reference/blocks/dictionaries.html

By the way, if you are thinking of a leaderboard (top 10 , etc.) dictionaries can't be sorted by value, only by name (key).

In that case, you need a table (list of lists).