Saving and loading high scores of my levels with structure/data table

Hello, I have set up the level system that I want to load from a single button so that all of my levels have special pictures and I can save and pull the high score, but my problem is this; How will I call this high score according to my level? Can I do it with this method I have done? Or I learned something called data table, can I do it with this feature? Or do I need to save a high score variable for each section at the end of each section and then load it? Thank you to everyone who responds in advance.


resim

If you want more details I can send them to you

I’m also working on web design and these data saving/data loading processes really demoralize me.

Data tables are more intended for pre set values. To save high scores on various levels id recommend a map variable in your saved game

Thank you very much indeed, I learned a new type of variable and now I can save and load the high score for each level <3

Maps are pretty rad and very useful, glad I could help