How do I save same name values in datastore?

I have this backpack system it saves the backpack values but it only loads one of the same name, is there a way i can make same value names save and load in the amount its supposed to?

You would need need to store a table in the format of [<tool-name>] = <stack> or you can store GUID for each tool separately if they don’t stack.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.