Help with highscore

Hello, I am trying to create a highscore, but I am not able to make it work, I need to make the higher score stay at the top along with the name. Someone give me a tip?

Score

Name

info

menu

308034-menu.png

you need to make an algorithm to sort the scores array, you can use a for loop to sort through it, check if each value is greater than the previous value, add them to a temp array, then when its finished set that temp array to the scores array

Get a copy of this:

It has blueprint nodes to sort arrays :slight_smile: