get_instance_children
Retrieve child objects and their types from a specified parent instance in Roblox Studio, enabling efficient navigation and interaction with project structures.
Instructions
Get child objects and their types
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instancePath | Yes | Path to the parent instance |
Input Schema (JSON Schema)
{
"properties": {
"instancePath": {
"description": "Path to the parent instance",
"type": "string"
}
},
"required": [
"instancePath"
],
"type": "object"
}