create_object_with_properties
Create a new Roblox object with initial properties. Specify class name, parent path, and optional properties to add parts, scripts, or folders in Roblox Studio.
Instructions
Create a new Roblox object instance with initial 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") | |
| properties | No | Properties to set on creation |