PrivateServerDataStoreService
Service which manages central access to datastore. This datastore is per a private server or reserved server. The main server will also get one, with an empty key.
Functions
PromiseDataStore
PrivateServerDataStoreService.PromiseDataStore(self: PrivateServerDataStoreService) → Promise<DataStore>Promises a DataStore for the current private server. If this is not a private server, it returns a datastore that is keyed towards "main".