Help with GlobalDataStore:SetAsync() Parameters

Here’s the listing for SetAsync()

SetAsync ( string key , Variant value , Array userIds , Instance options )

What does adding the userIDs do and what are the options available?

3 Likes

From what I can gather for release notes, these are new properties that allow you to tie a key with userids, so that upon GPDR requests you don’t have to do anything; Roblox will automatically. As for the options they really could be anything, but if I had to guess it will be something like tagging or versioning keys.

Note that all of this is hypothetical as Roblox has not made any announcements yet. I would not use these values until they do.

Can you link the release note please?

1 Like

I should clarify that it hasn’t been in the official Roblox release notes yet, but does show up in the method difs.

Here’s a link to all the recent changes, I’m not sure exactly when it occurred but it should be here somewhere: https://clonetrooper1019.github.io/Roblox-API-History.html#479

To clarify: Nothing official has been said about it yet; the API was just silently changed.

1 Like