Roblox Get Instance Children
roblox_get_instance_childrenList direct children of a Roblox instance, returning their names and class names. Optionally recursively include descendants with depth control.
Instructions
List the direct children of a Roblox instance, returning their names and class names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full instance path (e.g. Workspace). | |
| includeDescendants | No | If true, recursively list all descendants instead of only direct children. | |
| maxDepth | No | Maximum recursion depth when includeDescendants is true. | |
| waitForResponseMs | No | How long to wait for a runtime response. |