Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PromptPublishAssetResult

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

Items 6

HistoryNameValueDescription
567Success1

The asset was published successfully.

567PermissionDenied2

The user explicitly denied the consent prompt required to publish the asset.

567Timeout3

The publish flow timed out, typically because the user disconnected or left the experience during the consent prompt.

567UploadFailed4

The asset upload to the Roblox backend failed after consent was granted.

567NoUserInput5

The user did not grant or deny the consent prompt before the window expired.

580UnknownFailure6

The publish failed for an unspecified or unexpected reason.

Description

Describes the result of an AssetService:PromptCreateAssetAsync() call. The result is returned to the experience server after the publish flow completes, regardless of whether the publish succeeded or failed.

This enum was also used with the now-deprecated OpenPublishResultModal event. The current equivalent is PromptCreateAssetResult, which is returned by the OpenCreateResultModal event and is the result type for AssetService:PromptCreateAssetAsync().

History 7

Settings