list_children
Retrieve child objects from a Roblox instance to inspect game hierarchy and structure. Specify a path like 'game.Workspace' to view contained elements.
Instructions
List children of a Roblox instance
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The path to the instance to list children of (e.g., 'game.Workspace') | game |