| name | weppy-roblox-assets-guide |
| description | Use when creating, importing, reviewing, uploading, updating, or reusing Roblox assets through WEPPY Asset Library, Studio-local asset workflows, AI-generated images or models, and Roblox Open Cloud. |
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.md for local round-trip, import, review, and thumbnail work.
- Read
references/creator-store.md before searching, inspecting, or inserting a Creator Store asset.
- Read
references/generated-assets.md when an AI image file or Roblox GenerationService model is involved.
- Read
references/studio-upload.md before any Studio-local upload or temporary embedded-resource upload.
- Read
references/open-cloud-upload.md before credential checks, Open Cloud upload or 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=true without 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.