create_instance
Create a new instance in the Roblox DataModel to add parts, scripts, or folders. Specify class name, parent, and initial properties.
Instructions
Creates a new Instance in the DataModel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the new instance | |
| parent | No | Parent path (e.g. 'game.Workspace') | game.Workspace |
| className | Yes | Class name of the instance (e.g. 'Part', 'Folder', 'Script') | |
| properties | No | Key-value dictionary of initial properties |