This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Property Type History
AutomaticRetry bool (+0.306)
LegacyNamingScheme bool (+0.155)

Functions

Returns Function History
Instance GetDataStore ( string name, string scope = global ) (+0.137)
Instance GetGlobalDataStore ( )
Instance GetOrderedDataStore ( string name, string scope = global ) (+0.138)
int GetRequestBudgetForRequestType ( DataStoreRequestType requestType ) (+0.288)

YieldFunctions

  • 1 yieldfunction inherited from Instance

Events

Enums

Enum History
DataStoreRequestType (+0.288)

Property Descriptions

bool DataStoreService.AutomaticRetry

Version History:(+0.306)

Tags: LocalUserSecurity

bool DataStoreService.LegacyNamingScheme

Version History:(+0.155)

Deprecated: This member is deprecated.

Tags: LocalUserSecurity

Function Descriptions

InstanceDataStoreService.GetDataStore ( string name, string scope = global )

Version History:(+0.137)

InstanceDataStoreService.GetGlobalDataStore ( )

InstanceDataStoreService.GetOrderedDataStore ( string name, string scope = global )

Version History:(+0.138)

intDataStoreService.GetRequestBudgetForRequestType ( DataStoreRequestType requestType )

Version History:(+0.288)

Inherits: