get_tree
Scan and return the hierarchy tree from a given root path in the Roblox DataModel. Set max depth to inspect nested instances for scripting and debugging.
Instructions
Scans and returns the hierarchy tree starting at root path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Instance path (e.g. 'game.Workspace', 'game.ServerScriptService') | game.Workspace |
| maxDepth | No | Max recursive depth to traverse (default: 2) |