Reference API Roblox

Engine API

Website

Related

Reference API Roblox

UploadCaptureResult

Describes the outcome of a CaptureService:UploadCaptureAsync() call.

Items 8

HistoryNameValueDescription
684Success0

The capture was successfully uploaded and registered as an asset.

684NeedPermission1

The experience has not been granted developer gallery read and upload permission, so the capture cannot be uploaded.

684CaptureModerated2

The capture was rejected by Roblox content moderation and cannot be uploaded.

684CaptureNotInGallery3

The capture no longer exists in the user's gallery and cannot be uploaded.

684IneligibleCapture4

The capture is not eligible for upload to this experience, either because it is a permanent system capture or the experience permissions grant was rejected.

697UploadQuotaReached5

The user has reached their daily capture upload quota and the upload was not completed.

711UploadPending6

The upload is still in progress and the asset has not yet been assigned an ID; poll CaptureService:CheckUploadCaptureStatusAsync() again to check for completion.

711UploadFailed7

The upload completed but a backend processing error occurred, so the capture was not saved as an asset.

Description

Represents the result of uploading a capture to the asset system.

History 9

Settings