Roblox API Reference

CaptureService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (6)

Type Member History
null DeleteCapture (string capturePath) 593
Vector2 GetCaptureSizeAsync (Content captureContentId) 587
Array RetrieveCaptures () 583
null SaveCaptureToExternalStorage (string capturePath) 601
null SaveScreenshotCapture ()
CaptureSaved (Dictionary captureInfo) 587
57 members inherited from Instance

Removed member index (1)

Type Member History
Array RetreiveCaptures () 583

History

Members

CaptureSaved On DevHub

Name Type Default
captureInfo Dictionary none

History

DeleteCapture On DevHub

Name Type Default
capturePath string none

History

GetCaptureSizeAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
captureContentId Content none

History

Tags: [Yields]

RetrieveCaptures On DevHub

Name Type Default
No parameters.

History

SaveCaptureToExternalStorage On DevHub

Name Type Default
capturePath string none

History

SaveScreenshotCapture On DevHub

Name Type Default
No parameters.

Removed members

RetreiveCaptures

Name Type Default
No parameters.

History