create_object
Create a basic Roblox object instance without properties by specifying class name and parent path in the Studio hierarchy.
Instructions
Create a new Roblox object instance (basic, without properties)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the new object | |
| parent | Yes | Path to the parent instance (e.g., "game.Workspace") | |
| className | Yes | Roblox class name (e.g., "Part", "Script", "Folder") |