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

Is GlobalDataStore:GetChildren() Possible?

Asked by 10 years ago

As if you were to get all the Asyncs in a datastore, and then print the name and value of each one.

0
I always wonder what they mean on this page (https://developer.roblox.com/en-us/api-reference/function/DataStoreService/GetGlobalDataStore) when they say, "functions such as GlobalDataStore:GetChildren() will execute without error." But they don't say what it's supposed to acomplish. Kibloxen 1 — 3y

1 answer

Log in to vote
1
Answered by 10 years ago

Unfortunately, there is no way to do this. You may however be able to use an OrderedDataStore for your purposes.

Ad

Answer this question