Inventory Script and Data Saving

I’ve been trying to make a new backpack script for my game which will kind of help with Data Saving for Items. I’ve already made a backpack script and the backpack below already works. But, every time I try to make a Data Store with the help of a video (since I don’t know how to make one) it does not save any Items.

Here’s the GUI.

Does anyone know how to make an Inventory script that can save Items with this UI?

Thanks.

1 Like

Maybe just try to reference every instance that can be added to the inventory with a bool value and with the datastore, check if the player has that value set to true, if it does then add it to the inventory.

1 Like