Basically what the title says, is it possible to save a table in a table using data persistence? Eg:
local table = {5,1,6,7} local anothertable = {table, "xD", "lol"}
Yes, but instead of Data Persistence (which is deprecated) you should use a DataStore. It's much more versatile and not deprecated.