Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AssetCreatorType

Indicates whether an asset is owned by an individual user or a group.

Items 2

HistoryNameValueDescription
591User0

The asset is owned by an individual user; the accompanying creator ID is a user ID.

591Group1

The asset is owned by a group; the accompanying creator ID is a group ID.

Description

Indicates whether an asset is owned by an individual user or a group. Used as the CreatorType field in the request parameters of AssetService:CreateAssetAsync() and AssetService:CreateAssetVersionAsync() to specify the type of entity that will own the resulting asset. When set to AssetCreatorType.User, the accompanying CreatorId is interpreted as a user ID; when set to AssetCreatorType.Group, it is interpreted as a group ID.

History 3

Settings