[Unsolved ] Problem at scripting, help

Hello, Im new on the forum and may ask many questions, thanks for your support.

so i made a game and want to save everything inside a specific folder.
Inside the folder are many values and other folder.

Please correct this one and make it so simple as possible, thank you!

local RSfolder = game.ReplicatedStorage.DataFolder
RSfolder:GetChildren():SaveIt()
1 Like

What parts of the data needs to be saved? What type of data is it in the folder?
Is the datafolder per player? If so, how is the player’s folder created?

So only the child of the folder need to be saved, there are some IntValues and other folder Inside (The folder is in ReplicatedStorage). i dont know if this helps to but everything inside the folder is created by another script