Functions can also update lists, like updating the name in leaderboard[0] to the one in the player parameter.
leaderboard[0]
player
Make sure to pick leaderboard[0], followed by =, and finally player.
=