insert_asset
Insert any Roblox Creator Store asset into your Studio scene by providing its Asset ID, with optional parent and placement position.
Instructions
Official Roblox Asset API: Inserts an asset from the Roblox Creator Store directly into Studio by Asset ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | Parent instance path (default: Workspace) | |
| assetId | Yes | The numeric or string AssetId to insert | |
| position | No | Placement position [x, y, z] |