audit_lifecycle
Audit live Roblox scripts for unowned connections, uncancellable threads, unbounded yields, stale references, and missing cleanup. Detect lifecycle problems to keep scripts stable.
Instructions
Audits live scripts for unowned connections, uncancellable threads, unbounded yields, stale references, and missing cleanup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Execution-side filter. | |
| query | No | Optional script name/path filter. | |
| offset | No | Zero-based script offset. | |
| max_scripts | No | Maximum live scripts to audit. |