roblox
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The StudioCaptureService service, added in version 714 (March 2026), inherits from Instance. It cannot be instantiated.

Methods

CanCaptureScreenshot(): bool

This class member is missing documentation. Create or add to its subpage at Class:StudioCaptureService/CanCaptureScreenshot.
  • Security: PluginSecurity.
  • Thread safety: unsafe

CaptureScreenshot(screenshotOptions: Dictionary): StudioScreenshotCapture

Parameters
NameType
screenshotOptionsDictionary
  • Security: PluginSecurity.
  • Thread safety: unsafe

RequestScreenshotPermissionAsync(): bool

  • YieldsThis function can yield the script it is used in.
This class member is missing documentation. Create or add to its subpage at Class:StudioCaptureService/RequestScreenshotPermissionAsync.
  • Security: PluginSecurity.
  • Thread safety: unsafe

External links