get_children
Retrieves the immediate child instances of a specified parent in Roblox Studio, using a dot-notation path like game.Workspace.
Instructions
Get immediate children of an instance at the given path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dot-notation path to the parent (e.g. "game.Workspace") |