-
What do you want to achieve? Keep it simple and clear!
Save all inside of Commands folder with children to DataStore table. -
What is the issue? Include screenshots / videos if possible!
I can’t save the children
We have “Hello” and “Test” on Commands folder.
After SetAsync. there is “Test”, but “Hello” or else is missing -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
nothing.
for i,v in pairs(game.ReplicatedStorage.Commands:GetChildren()) do
BotData:SetAsync(game.ReplicatedStorage.Bot.ID.Value,{["Cmds"] = {v.Name}})
end