My code is:
DS:SetAsync(plyr.UserId{ bans=0, endmonth=1, endday=1, endyear=1})
This gives attempt to call a number value in the output. Can you not add numbers to dictionaries?? I have no idea why it's not letting me save a number.
Hello. I think you just forgot a comma after plyr.UserId
.
DS:SetAsync(plyr.UserId, { bans = 0, endmonth = 1, endday = 1, endyear = 1 })