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 5 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 — 5y
0
ok thx 0_Halloween 166 — 5y
3
Yes TheMysticLynxx 89 — 5y
0
Yes. FreakingHulk14 0 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

ye

1
Use comments Amiaa16 3227 — 5y
Ad

Answer this question