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
keyAnyKey - name of the key you want to fetch
dataAnyData - Data you want to set
Example
ServerStorage:SetGlobalVariable(Any key,
Any data
)