wait_job_finished
Waits for a running Roblox AI generation job to finish and returns the generated asset identifier, enabling subsequent asset use.
Instructions
Official Roblox MCP: Waits for an asynchronous AI generation job to finish and returns the generated asset identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The async generation job ID returned by generate_mesh/generate_material | |
| timeoutSeconds | No | Maximum timeout in seconds (default: 60) |