Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ScreenshotCaptureResult

Describes the result of a screenshot capture initiated by CaptureService:TakeScreenshotCaptureAsync().

Items 4

HistoryNameValueDescription
704Success0

The screenshot capture completed successfully.

704OtherError1

The screenshot capture failed due to an unspecified error.

704NoDeviceSupport2

The device does not support screenshot captures.

704NoSpaceOnDevice3

The device does not have enough storage space to save the screenshot capture.

Description

The ScreenshotCaptureResult enum describes the result of a screenshot capture initiated through CaptureService:TakeScreenshotCaptureAsync(). It is passed as the first argument to the onCaptureReady callback.

History 5

Settings