ClientStorageService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
| Memory category | Instances |
|---|
Member index 4
Description
History 5
- 726 Add SetItem
- 726 Add RemoveItem
- 726 Add GetItem
- 726 Add Clear
- 726 Add ClientStorageService
Members 4
Clear
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
GetItem
| Parameters (1) | ||
|---|---|---|
| key | string | |
| Returns (1) | ||
| string | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
RemoveItem
| Parameters (1) | ||
|---|---|---|
| key | string | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 726 Add RemoveItem
SetItem
| Parameters (3) | Default | |
|---|---|---|
| key | string | |
| value | string | |
| options | Dictionary | nil |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |