Converting a folder of values onto ProfileService

Hello, I am very unexperienced when it comes to data store. I’m trying to utilize the Profile Service module as I’ve read good things about it.
Right now I have all of my items saved with IDs in a folder where the value represents the quantity of the item a player has. How is the best way to convert this onto Profile Service?

If I iterate through all of the items could I have issues with overwriting new items that I add later?
image

As long as each item has a unique identifier you shouldn’t run into issues with overriding existing items.

I wrote a utility function for cases like this. See:

1 Like