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.

Members

Properties

Functions

Returns Function
Connection OnUpdate ( string key, Function callback )

YieldFunctions

Returns YieldFunction History
Variant GetAsync ( string key )
Variant IncrementAsync ( string key, int delta = 1 )
Variant RemoveAsync ( string key ) (+0.313)
void SetAsync ( string key, Variant value )
Tuple UpdateAsync ( string key, Function transformFunction )
  • 1 yieldfunction inherited from Instance

Events

Function Descriptions

ConnectionGlobalDataStore.OnUpdate ( string key, Function callback )

YieldFunction Descriptions

VariantGlobalDataStore.GetAsync ( string key )

VariantGlobalDataStore.IncrementAsync ( string key, int delta = 1 )

VariantGlobalDataStore.RemoveAsync ( string key )

Version History:(+0.313)

voidGlobalDataStore.SetAsync ( string key, Variant value )

TupleGlobalDataStore.UpdateAsync ( string key, Function transformFunction )

Inherits:

Inherited by: