Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CaptureType

Indicates whether a capture is a screenshot or a video recording.

Items 2

HistoryNameValueDescription
684Screenshot1

The capture is a screenshot image.

684Video2

The capture is a video recording.

Description

Indicates whether a capture is a screenshot or a video recording. CaptureService passes this value in CaptureService.CaptureBegan and CaptureService.CaptureEnded, and accepts an array of CaptureType values as the captureTypeFilters argument of CaptureService:ReadCapturesFromGalleryAsync().

History 5

Settings