ScriptSharedTable¶
Shared table of object. This class provides a table which any scripts can modify.
Not newable
This object cannot be created by scripts using Instance.New().
Methods¶
Clear → nil¶
Parameters: ``
Clear the shared table
Remove → nil¶
Parameters: key [ string ]
Remove the key from shared table
ClearPrefix → nil¶
Parameters: prefix [ string ]
Clear all keys with the prefix
ClearSuffix → nil¶
Parameters: suffix [ string ]
Clear all keys with the suffix