[Solved] Save and load problems

I have a simple save and load system to save my high score but it is not working properly. It just displays 66. I am not sure what’s wrong.

Different scene:

You load storage in to memory, but do you close the storage anywhere?

Also, check that the types you are reading and writing match; if you write as text, you read in as text. And the same for reading and writing a value/number.

I figured it out, apparently Load storage into memory is completely unnecessary and ruins the whole thing.

2 Likes