-
What do you want to achieve?
Hello, so i want to save the player data in separated folders, exemple a folder Data inside the data store that contains the money value and another folder in the data store nammed Unlockables that contains all my unlockables boolvalues. -
What is the issue?
I don’t know how to do it. -
What solutions have you tried so far?
I tried myself and looked on forums.
If you mean you want to added a “folder” inside of a Roblox datastore then I am sorry to say it is not possible. If you want to store more then one value inside of a datastore you can use an dictionary or you could use a normal table to store more then just one value inside of a data store.
as WinterLife mentioned you need to save tables full of values. When a player leaves, loop thru the folders and add each value to a Table/Dictionary. (Datastore Tutorial for Beginners)