get_descendants
Get all descendant instances of a Roblox object by path, with class names and full paths, to map the full hierarchy structure.
Instructions
Get all descendants of an instance at the given path, with their classNames and full paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dot-notation path to the instance (e.g. "game.Workspace", "game.ServerStorage.Items") | |
| maxDepth | No | Maximum depth to traverse (default: unlimited) |