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

Can DataStoreService save tables?

Asked by 6 years ago
local table = {"hi", "hi2"}
local data = game:GetService("DataStoreService")
local ds = data:GetDataStore("Shop System1")
local key = plr.UserId

ds:SetAsync(key, table)
5
Yes. User#5423 17 — 6y
0
ok thx 0_Halloween 166 — 6y
3
Yes TheMysticLynxx 89 — 6y
0
Yes. FreakingHulk14 0 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

ye

1
Use comments Amiaa16 3227 — 6y
Ad

Answer this question