SetGlobalVariable
Function of: ServerStorage
Returns: Void
Tags: instance
Set a global variable that will be shared between scripts (but not saved to the cloud).
Parameters
| Name | Type | Description |
|---|---|---|
| key | Any | Key - name of the key you want to fetch |
| data | Any | Data - Data you want to set |
Example
ServerStorage:SetGlobalVariable(Any key, Any data )