DataStore

DataStore : GlobalDataStore

Overview

An object that can be created or retrieved via the DataStoreService:GetDataStore() method, used to continuously store and retrieve in-game data such as player level, currency balance, equipment list, etc.

Properties

Methods

ListKeysAsync

Currently not supported.

Parameters

string InPrefix

Return

DataStoreKeyPages

Code Samples

Events

See also

Saving & Loading Data

Last updated