create_object_with_properties
Generate a new Roblox object instance with specified properties and assign it to a parent in Roblox Studio, simplifying object creation and configuration.
Instructions
Create a new Roblox object instance with initial properties
Input Schema
Name | Required | Description | Default |
---|---|---|---|
className | Yes | Roblox class name (e.g., "Part", "Script", "Folder") | |
name | No | Optional name for the new object | |
parent | Yes | Path to the parent instance (e.g., "game.Workspace") | |
properties | No | Properties to set on creation |