Does datastore can save tables inside tables?

Does datastore can save tables inside tables?
Like
local a = {
ownedstuff = {
coolStuff = {
}
}
}
All of this values would save?

Yes you could save tables inside of tables.

1 Like