WEPPY Roblox Assets Guide
Workflow
- Identify whether the source is a Studio selection or path, an Asset Library item, a generated local file, a Creator Store result, or an existing Roblox asset.
- Read
references/asset-library.mdfor local round-trip, import, review, and thumbnail work. - Read
references/creator-store.mdbefore searching, inspecting, or inserting a Creator Store asset. - Read
references/generated-assets.mdwhen an AI image file or Roblox GenerationService model is involved. - Read
references/studio-upload.mdbefore any Studio-local upload or temporary embedded-resource upload. - Read
references/open-cloud-upload.mdbefore credential checks, Open Cloud upload, existing asset linking, update, and operation polling. - Ask for explicit approval whenever the workflow can create billable or temporary Roblox assets.
- Verify the returned local asset ID, Roblox asset ID or URI, operation status, and intended Creator before using the result.
Read ../weppy-roblox-mcp-guide/references/mcp-actions.md for exact action schemas and parameters.
Guardrails
- Never invent Roblox asset IDs or Creator IDs.
- Never print or request a raw Open Cloud API key through MCP tool arguments.
- Never set
uploadTemporaryAssets=truewithout explicit user approval. - Do not imply that WEPPY deletes, archives, or restores remote Roblox assets.
- Keep Studio-local upload and Open Cloud upload as separate workflows.