Alright, well i’m having this issue when I save data for each individual object, it loads the data as if it only saved one object’s data.
Well here’s what I mean…
In my script, when ever I press save data, the names of my object will be saved within the script.
But. When ever I load all of the names within the individual object’s scripts. It’s like they all become the name of the last saved object’s name.
It’s as if each individual save data is being saved over.
I notice I gave each individual object the same saved data path.
Each script has the same savedata file path.
Which is named “/SaveData.Banana” Is that the issue? Am I over writing the save file?

