Dump visible UI
dump_visible_uiInspect visible Roblox UI elements from PlayerGui, CoreGui, or gethui to obtain text, geometry, and interaction state for debugging and reverse engineering.
Instructions
Read a flat, bounded tree of visible PlayerGui/gethui/CoreGui elements including text, geometry, and interaction state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | No | Connected client id; defaults to active client | |
| maxItems | No | ||
| textLimit | No | ||
| interactiveOnly | No | ||
| includeOffscreen | No |