Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to save a table in a table?

Asked by 7 years ago

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"}

1 answer

Log in to vote
0
Answered by
P100D 590 Moderation Voter
7 years ago

Yes, but instead of Data Persistence (which is deprecated) you should use a DataStore. It's much more versatile and not deprecated.

Ad

Answer this question