Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ExperienceAuthScope

Enumerates the authorization scopes an experience can request when prompting a creator for permission to access their assets.

Items 2

HistoryNameValueDescription
563DefaultScope0

The base scope (value 0) representing no additional permissions; used internally when no specific asset authorization is required.

563CreatorAssetsCreate1

Requests read and write access to the creator's assets; maps to the asset:*:read,write authorization token scope.

Description

Enumerates the authorization scopes passed to ExperienceAuthService when an experience needs to request specific permissions from a creator. Each value maps to an underlying OAuth-style token scope: CreatorAssetsCreate resolves to asset:*:read,write, granting the experience read and write access to the creator's assets for the duration of the session.

History 3

Settings