Saving inventory Question

from your save script remove the for loop it’s not needed (you are setting the same variable in a loop)

You also need to connect the index when adding items

If you are loading, then you need to clear the array that is holding the old items first before you begin the loop of adding new ones.