Coding a Leaderboard in code studio

Is there anyway you can code a “leaderboard” for the game? Where you could put in high scores initials???

Yes, you can make a leaderboard. First you need a leaderboard that can accept usernames and the score. Then you need to read that data and set the text using .join(\n).

Are there any examples you can provide??? Not sure I really understand