Analyze local script
analyze_scriptInspect a Roblox script locally using closure debug info, constants, and nested prototypes to reveal its internal structure and behavior.
Instructions
Analyze one indexed script locally using closure debug info, constants and nested prototypes when executor introspection is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| clientId | No | Connected client id; defaults to active client | |
| maxDepth | No | ||
| includeUpvalues | No | ||
| includeConstants | No | ||
| maxItemsPerClosure | No |