---
name: ScreenshotCapture
last_updated: 2026-06-10T23:09:12Z
inherits:
  - Capture
  - Object
type: class
memory_category: Instances
tags:
  - NotCreatable
  - NotReplicated
summary: "A child class of Capture for screenshots."
---

# Class: ScreenshotCapture

> A child class of [Capture](/docs/reference/engine/classes/Capture.md) for screenshots.

## Inherited Members

### From [Capture](/docs/reference/engine/classes/Capture.md)

- **Property `CaptureTime`** (`DateTime`): 
- **Property `CaptureType`** (`CaptureType`): 
- **Property `FilePathString`** (`string`): 
- **Property `LocalId`** (`string`): 
- **Property `SourcePlaceId`** (`int64`): 
- **Property `SourceUniverseId`** (`int64`): 

### From [Object](/docs/reference/engine/classes/Object.md)

- **Property `ClassName`** (`string`): A read-only string representing the class this Object belongs to.
- **Property `className`** (`string`):  *(deprecated)*
- **Method `GetPropertyChangedSignal(property: string): RBXScriptSignal`**: Get an event that fires when a given property of the object changes.
- **Method `IsA(className: string): boolean`**: Returns true if an object's class matches or inherits from a given class.
- **Method `isA(className: string): boolean`**:  *(deprecated)*
- **Event `Changed`**: Fires immediately after a property of the object changes, with some