LocalStorageService

Show Deprecated
Not Creatable
Service
Not Replicated

Summary

Properties

Methods

Flush(): void  


GetItem(key: string): string  


SetItem(key: string, value: string): void  


WhenLoaded(callback: function): void  


Events

Properties

Methods

Flush

void
Roblox Script Security

Returns

void

GetItem

Roblox Script Security

Parameters

key: string

Returns

SetItem

void
Roblox Script Security

Parameters

key: string
value: string

Returns

void

WhenLoaded

void
Roblox Script Security

Parameters

callback: function

Returns

void

Events

ItemWasSet

Roblox Script Security

Parameters

key: string
value: string

StoreWasCleared

Roblox Script Security