Make an updateable save/load system

Can you explain the situation, because it’s unclear what you mean?

If you mean between scenes, use Global variables.

If you mean between games (so close game and open it again) then use storage, JSONify the structure to save and parse it when you load. Here’s a link on how to do that.

If it’s neither of these two, then detail the issue a bit better.