Reference API Roblox

Engine API

Website

Related

Reference API Roblox

UICaptureMode

Used to determine what UI elements should be captured with CaptureService.

Items 2

HistoryNameValueDescription
665All0

Capture all UI elements.

665None1

Capture no UI elements.

Removed items 1

HistoryNameValue
668PlayerGui2

Description

Controls which UI layers are composited into screenshots and video captures taken by CaptureService. When UICaptureMode.All, both CoreGui and PlayerGui elements are rendered into the output. When UICaptureMode.None, no UI is included and the capture shows only the 3D scene.

History 5

Settings