Roblox Import Asset
roblox_import_assetImport a public asset from the Roblox Creator Store and insert it under a specified parent path. Automatically claims the asset to your inventory when a cookie is provided.
Instructions
Import a public asset from the Roblox Creator Store and place it under a parent. If a ROBLOX_COOKIE is provided in the .env file, it will automatically claim/add the asset to your inventory before importing in Studio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes | The asset ID to import. | |
| parentPath | Yes | Full instance path of the parent to insert the asset into. | |
| waitForResponseMs | No | How long to wait for a runtime response. |