Roblox Create Workspace Part
roblox_create_workspace_partCreate a part in the Roblox workspace with configurable name, anchor, position, and size.
Instructions
Create a Part in Workspace through the Studio-side Luau runtime boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new Workspace Part. | |
| anchored | No | Whether the new part should be anchored. | |
| position | No | Workspace position for the new part. | |
| size | No | Size for the new part. | |
| waitForResponseMs | No | How long to wait for a runtime response before returning queued status. |