high score menu

im almost done with my game but i would like to have a highscore screen on it without python if possible

Is this a question?

yea im almost done with my game and i need to know how to properly input a highscore screen

I don’t think there is a way without Python.

Highscore values (likely in the form of properties stored by test objects) have to be saved to disk and reloaded with an update to take into account an incoming value, the resultant list of values would have to be sorted from highest to lowest and contain an additional slot designed to discard a value that’s now too low for display.

As far as I know, it’s not possible with bricks, at least not in a way that wouldn’t be totally convoluted.

It’s always good to have a high score bar, to compare your performance against others and yourself…it will be interesting to see how you solved this.