Get instance tree
get_treeInspect a Roblox instance hierarchy with configurable depth and child limits. Specify a root and get a bounded tree structure for analysis.
Instructions
Return a depth- and breadth-bounded hierarchy below any Roblox instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | game/Workspace | |
| clientId | No | Connected client id; defaults to active client | |
| maxDepth | No | ||
| maxChildren | No |