weppy-roblox-mcp-guidelisted
Install: claude install-skill hope1026/weppy-roblox-mcp
# WEPPY Roblox MCP Guide
## Overview
Use this skill to operate Roblox Studio through WEPPY Roblox MCP with the right tool/action sequence. Keep exact action and parameter lookup in references so the main workflow stays small.
## Workflow
1. Check connection, tier, and connected Studio targets before mutating Studio. Use Basic-safe status actions first when available.
2. If more than one Studio target is connected, read `references/multi-studio-routing.md`, select one target, and keep its selector on related calls.
3. Choose the narrowest MCP action that matches the request. Read `references/mcp-actions.md` for exact action names, params, tier, route, and aliases.
4. For UI work, run the UI Studio loop in `references/ui-studio.md` instead of ad hoc GUI mutation.
5. For play mode, test scripts, logs, or dashboard reports, use `references/playtest.md`.
6. Prefer purpose-built tools over `execute_luau`. Use arbitrary Luau only when no typed action covers the request.
7. After mutating Studio, verify with a readback action, preview/check, logs, or playtest output depending on the workflow.
## References
- `references/mcp-actions.md`: generated MCP tool/action/parameter reference.
- `references/multi-studio-routing.md`: deterministic target selection and selector precedence.
- `references/ui-studio.md`: UI Studio design brief, create/update, preview, and Design Check loop.
- `references/playtest.md`: playtest controls, automated test runner, logs, and screenshot limitations.