Roblox Create Instance
roblox_create_instanceCreate a Roblox instance of any class like Part or Script, place it under a specified parent path, and set its properties.
Instructions
Create a new Roblox instance of a given class under a parent path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | Roblox class name (e.g. Part, Script, Model, Folder). | |
| parentPath | Yes | Full instance path of the parent (e.g. Workspace, ServerScriptService). | |
| name | No | Name for the new instance. | |
| properties | No | Properties to set on the new instance. | |
| waitForResponseMs | No | How long to wait for a runtime response. |