create_object
Instantiates a new Roblox object with a specified class and parent, allowing users to define a basic structure in Roblox Studio.
Instructions
Create a new Roblox object instance (basic, without 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") |