Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PromptCreateAssetResult

Describes the result of an AssetService:PromptCreateAssetAsync() call.

Items 10

HistoryNameValueDescription
587Success1

The asset was successfully created and published.

587PermissionDenied2

The player explicitly declined the asset-creation consent prompt.

587Timeout3

The creation attempt timed out because the player disconnected or left the experience.

587UploadFailed4

The asset upload to the Roblox backend failed after validation.

587NoUserInput5

The player did not interact with the creation prompt before it expired.

587UnknownFailure6

The asset creation failed for an unspecified or unexpected reason.

692UGCValidationFailed7

The asset failed user-generated content validation checks before upload.

692ModeratedName8

The asset name or description was rejected by Roblox moderation.

692PurchaseFailure9

The asset could not be created because the player had insufficient Robux.

692TokenInvalid10

The creation token provided to the prompt was invalid or could not be verified.

Description

Outcome of AssetService:PromptCreateAssetAsync() after a player responds to the in-experience asset-creation prompt. Distinguishes a successful publish from failure modes such as moderation rejection, declined consent, insufficient Robux, validation failure, or upload errors.

History 11

Settings