Stored values are visible and editable by any user who is using the same session. Values are stored as long as the session that corresponds to chat exists.
User
User:number
Stored variables are visible to the user only, and accessible until lens cache is cleared.
Specifies a scope for storing or retrieving values from a MultiplayerSession.
See
Used By: CloudStorageListOptions#scope, CloudStorageReadOptions#scope, CloudStorageWriteOptions#scope, StorageOptions#scope
Example