Create instances
createCreate Roblox instances with properties, attributes, tags, and nested children in one undoable step. Validates property names against the live API before sending to Studio.
Instructions
Creates instances with their properties, attributes and tags set at creation, as one undoable step.
Nest with children to build a whole model in a single call. That is both faster and safer than creating a parent and then addressing it: a new instance's path is not knowable until it exists, and same-named siblings make guessing it unreliable.
Property names are checked against the live Roblox API dump before anything is sent to Studio, so a typo comes back with the closest real names rather than an engine error.
Use script_create for Script, LocalScript and ModuleScript — it takes source directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| studioId | No | Target Studio; omit for the active one. | |
| instances | Yes | Instances to create together as one undoable step. |