@weppy/roblox-mcp 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.github/workflows/install-test.yml +108 -0
  3. package/CHANGELOG.md +14 -0
  4. package/README.md +14 -8
  5. package/docs/en/installation/README.md +2 -2
  6. package/docs/en/installation/roblox-explorer.md +13 -3
  7. package/docs/en/installation/roblox-plugin.md +42 -31
  8. package/docs/en/pro-upgrade.md +26 -12
  9. package/docs/en/sync/luau-lsp.md +41 -0
  10. package/docs/en/sync/overview.md +4 -1
  11. package/docs/es/README.md +13 -5
  12. package/docs/es/installation/README.md +2 -2
  13. package/docs/es/pro-upgrade.md +26 -12
  14. package/docs/es/sync/luau-lsp.md +41 -0
  15. package/docs/es/sync/overview.md +4 -1
  16. package/docs/id/README.md +13 -5
  17. package/docs/id/installation/README.md +2 -2
  18. package/docs/id/pro-upgrade.md +26 -12
  19. package/docs/id/sync/luau-lsp.md +41 -0
  20. package/docs/id/sync/overview.md +4 -1
  21. package/docs/installer/assets/index-Bz0amd7x.js +63 -0
  22. package/docs/installer/assets/index-ei4lRUa6.css +1 -0
  23. package/docs/installer/index.html +2 -2
  24. package/docs/ja/README.md +15 -9
  25. package/docs/ja/installation/README.md +2 -2
  26. package/docs/ja/pro-upgrade.md +26 -12
  27. package/docs/ja/sync/luau-lsp.md +41 -0
  28. package/docs/ja/sync/overview.md +4 -1
  29. package/docs/ko/README.md +14 -8
  30. package/docs/ko/installation/README.md +2 -2
  31. package/docs/ko/installation/roblox-explorer.md +13 -3
  32. package/docs/ko/installation/roblox-plugin.md +42 -31
  33. package/docs/ko/pro-upgrade.md +26 -12
  34. package/docs/ko/sync/luau-lsp.md +41 -0
  35. package/docs/ko/sync/overview.md +4 -1
  36. package/docs/pt-br/README.md +13 -5
  37. package/docs/pt-br/installation/README.md +2 -2
  38. package/docs/pt-br/pro-upgrade.md +26 -12
  39. package/docs/pt-br/sync/luau-lsp.md +41 -0
  40. package/docs/pt-br/sync/overview.md +4 -1
  41. package/docs/troubleshooting.md +1 -1
  42. package/install.ps1 +36 -96
  43. package/install.sh +22 -67
  44. package/llms.txt +1 -1
  45. package/package.json +1 -1
  46. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  47. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-CGK59Jsx.js → ChangelogDetailPage-ITTDURna.js} +1 -1
  48. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-oNm6ratx.js → ChangelogPage-DjVot-60.js} +1 -1
  49. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-Dtak3Vnq.js → ConfirmModal-B1q8BGeA.js} +1 -1
  50. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-9bG71eB1.css +1 -0
  51. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-D4y36l03.js +1 -0
  52. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-CLvjiyTG.js → InfoLabel-COMRAIq0.js} +1 -1
  53. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-BdF0Ve7h.js → OverviewPage-DojgIxVT.js} +1 -1
  54. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-cQMWlAOS.js → PlaytestPage-CkEvf6XW.js} +1 -1
  55. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-r9iLxfi8.js +6 -0
  56. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SettingsPage-C-QX0AY-.js → SettingsPage-CEs6Ob3d.js} +1 -1
  57. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-A9U9m2LQ.js → StatusBadge-DHhSWmAT.js} +1 -1
  58. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-ifjnfsNg.js +4 -0
  59. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierComparison-BA_L4c9p.js → TierComparison-C29caZ6C.js} +1 -1
  60. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-Dq6ofjr2.js → TierPromoProgress-BdEtTxkK.js} +1 -1
  61. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ToolsPage-C_tMIyix.js → ToolsPage-BOIC0ngW.js} +1 -1
  62. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-CQYn3Wfp.js +129 -0
  63. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-Df1ECedb.js → useLiveUptime-Dco8Aiiz.js} +1 -1
  64. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +1 -1
  65. package/plugins/weppy-roblox-mcp/dist/index.js +86 -81
  66. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
  67. package/docs/installer/assets/index-B4Gp7BPj.js +0 -63
  68. package/docs/installer/assets/index-B7mvmOPt.css +0 -1
  69. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CN3LYLAT.css +0 -1
  70. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ConnectionPage-CjLtImxr.js +0 -1
  71. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/PropertyDiff-BnOZxkTS.js +0 -6
  72. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BAS0cXRM.js +0 -4
  73. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-OH9mpHwW.js +0 -129
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
9
- "version": "2.3.0"
9
+ "version": "2.3.1"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "weppy-roblox-mcp",
14
14
  "source": "./plugins/weppy-roblox-mcp",
15
15
  "description": "Weppy Roblox MCP — MCP server that lets AI coding agents control a live Roblox Studio session with 21 tools, 140+ actions, bidirectional sync, automated playtest, and multi-place support",
16
- "version": "2.3.0",
16
+ "version": "2.3.1",
17
17
  "author": {
18
18
  "name": "hope1026"
19
19
  },
@@ -0,0 +1,108 @@
1
+ name: Install Script E2E Test
2
+
3
+ on:
4
+ push:
5
+ branches: [main]
6
+ workflow_dispatch:
7
+
8
+ jobs:
9
+ test-bash:
10
+ name: E2E — install.sh (ubuntu)
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+
15
+ - uses: actions/setup-node@v4
16
+ with:
17
+ node-version: '20'
18
+
19
+ - name: Install Claude Code CLI (app detection용)
20
+ run: npm install -g @anthropic-ai/claude-code
21
+
22
+ - name: Run install.sh (CI mode)
23
+ env:
24
+ CI: true
25
+ run: bash install.sh
26
+
27
+ - name: Verify — npm global install
28
+ run: |
29
+ result=$(npm list -g @weppy/roblox-mcp --depth=0 2>&1)
30
+ if ! echo "$result" | grep -q '@weppy/roblox-mcp'; then
31
+ echo "❌ @weppy/roblox-mcp not installed globally"
32
+ exit 1
33
+ fi
34
+ echo "✓ @weppy/roblox-mcp installed"
35
+
36
+ - name: Verify — plugin file exists
37
+ run: |
38
+ PLUGIN_PATH="$HOME/Documents/Roblox/Plugins/WeppyRobloxMCP.rbxm"
39
+ if [ ! -f "$PLUGIN_PATH" ]; then
40
+ echo "❌ Plugin not found: $PLUGIN_PATH"
41
+ exit 1
42
+ fi
43
+ echo "✓ Plugin found: $PLUGIN_PATH"
44
+
45
+ - name: Verify — Claude Code config registered
46
+ run: |
47
+ result=$(claude mcp list 2>&1)
48
+ if ! echo "$result" | grep -q 'weppy-roblox-mcp'; then
49
+ echo "❌ weppy-roblox-mcp not found in claude mcp list"
50
+ echo "Output: $result"
51
+ exit 1
52
+ fi
53
+ echo "✓ weppy-roblox-mcp registered"
54
+
55
+ test-powershell:
56
+ name: E2E — install.ps1 (windows)
57
+ runs-on: windows-latest
58
+ steps:
59
+ - uses: actions/checkout@v4
60
+
61
+ - uses: actions/setup-node@v4
62
+ with:
63
+ node-version: '20'
64
+
65
+ - name: Install Claude Code CLI (app detection용)
66
+ run: npm install -g @anthropic-ai/claude-code
67
+
68
+ - name: Run install.ps1 (CI mode)
69
+ env:
70
+ CI: true
71
+ shell: pwsh
72
+ run: pwsh install.ps1
73
+
74
+ - name: Verify — npm global install
75
+ shell: pwsh
76
+ run: |
77
+ $result = npm list -g @weppy/roblox-mcp --depth=0 2>&1
78
+ if (-not ($result -match '@weppy/roblox-mcp')) {
79
+ Write-Error "❌ @weppy/roblox-mcp not installed globally"
80
+ exit 1
81
+ }
82
+ Write-Host "✓ @weppy/roblox-mcp installed"
83
+
84
+ - name: Verify — plugin file exists
85
+ shell: pwsh
86
+ run: |
87
+ $pluginPath = Join-Path $env:LOCALAPPDATA "Roblox\Plugins\WeppyRobloxMCP.rbxm"
88
+ if (-not (Test-Path $pluginPath)) {
89
+ Write-Error "❌ Plugin not found: $pluginPath"
90
+ exit 1
91
+ }
92
+ Write-Host "✓ Plugin found: $pluginPath"
93
+
94
+ - name: Verify — Claude Code config registered
95
+ shell: pwsh
96
+ run: |
97
+ # claude mcp add는 ~/.claude.json에, 폴백은 ~/.claude/mcp.json에 씁니다
98
+ $found = $false
99
+ @("$env:USERPROFILE\.claude.json", "$env:USERPROFILE\.claude\mcp.json") | ForEach-Object {
100
+ if ((Test-Path $_) -and ((Get-Content $_ -Raw) -match 'weppy-roblox-mcp')) {
101
+ $found = $true
102
+ }
103
+ }
104
+ if (-not $found) {
105
+ Write-Error "❌ weppy-roblox-mcp not found in claude config files"
106
+ exit 1
107
+ }
108
+ Write-Host "✓ weppy-roblox-mcp registered"
package/CHANGELOG.md CHANGED
@@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file.
6
6
 
7
7
 
8
8
 
9
+
10
+ ## [2.3.1] - 2026-04-07
11
+
12
+ ### Features
13
+
14
+ - **WROX Sourcemap support** — Added sourcemap builder that generates and refreshes sourcemaps automatically after sync, enabling luau-lsp integration for WROX users
15
+ - **Dashboard improvements** — Added agent activity indicators, last-seen/last-command columns, process termination, and active place path display to the connection and sync dashboards
16
+
17
+ ### Stability
18
+
19
+ - **Sourcemap generation hardened** — Fixed multiple edge cases around sourcemap refresh timing, redundant rebuilds, and state persistence to ensure reliable sourcemap output
20
+ - **Sync reliability improvements** — Improved sync history diff recording, collision index mapping, and error handling across sync and camera operations
21
+
22
+
9
23
  ## [2.3.0] - 2026-04-05
10
24
 
11
25
  ### Performance
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  **English** | [한국어](docs/ko/README.md) | [日本語](docs/ja/README.md) | [Español](docs/es/README.md) | [Português](docs/pt-br/README.md) | [Bahasa Indonesia](docs/id/README.md)
8
8
 
9
- [![Demo — AI building a Roblox game in real time](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![Demo — AI building a Roblox game in real time](https://img.youtube.com/vi/puQB4u1VlMw/maxresdefault.jpg)](https://youtu.be/puQB4u1VlMw)
10
10
 
11
11
  ## Why WROX (Weppy Roblox MCP)?
12
12
 
@@ -18,6 +18,14 @@ No copy-pasting code. AI does the work, you review the results.
18
18
 
19
19
  ## Quick Install
20
20
 
21
+ Install with the guided web page.
22
+
23
+ 👉 **[Install Page](https://weppy-web.pages.dev/en/install)**
24
+
25
+ ### Terminal One-Line Install
26
+
27
+ If you're comfortable with the terminal, install everything in one line.
28
+
21
29
  **macOS / Linux**
22
30
 
23
31
  ```bash
@@ -34,14 +42,12 @@ Then reopen your AI app and restart Roblox Studio.
34
42
 
35
43
  Automatic MCP registration supports **Claude Code, Claude Desktop, Cursor, Codex CLI/App, Gemini CLI, and Antigravity**.
36
44
 
37
- If PowerShell execution is blocked on Windows, use the installation guide below. If you're using the ZIP package, you can run `setup-plugin.sh` / `setup-mcp.sh` on macOS or Linux, or `setup-plugin.bat` / `setup-mcp.bat` on Windows.
38
-
39
45
  ### Manual Install
40
46
 
41
- If the one-line install does not work, or automatic installation is not available in your environment, use the installation guide below.
47
+ If the one-line install does not work, or automatic installation is not available in your environment:
42
48
 
43
- **Step 1** — Install the Roblox Studio plugin (bridge between Studio and AI):
44
- [Plugin Installation Guide](docs/en/installation/roblox-plugin.md)
49
+ **Step 1** — Install the Roblox Studio plugin:
50
+ [Plugin Installation Guide](https://weppy-web.pages.dev/en/install#plugin)
45
51
 
46
52
  **Step 2** — Register the MCP server with your AI app:
47
53
 
@@ -171,7 +177,7 @@ Yes. See [Cursor Setup](docs/en/installation/ai-apps/cursor.md). Any MCP-compati
171
177
  Yes. AI can create instances, write scripts, generate terrain, set up lighting, insert assets, configure physics, and more — all inside a live Roblox Studio session. It goes beyond code generation to executable actions.
172
178
 
173
179
  ### What is the difference between Basic and Pro?
174
- Basic (Free) includes MCP tool execution and one-way sync (Studio -> Local). Pro adds bidirectional sync, bulk operations, terrain generation, spatial analysis, audio/animation control, and multi-place support. See the [Pro Upgrade Guide](docs/en/pro-upgrade.md).
180
+ Basic (Free) includes MCP tool execution and one-way sync (Studio -> Local). Pro adds bidirectional sync, bulk operations, terrain generation, spatial analysis, audio/animation control, and multi-place support. See the [Pro Upgrade Guide](https://weppy-web.pages.dev/en/plans).
175
181
 
176
182
  ### How is Weppy different from other Roblox MCP servers?
177
183
  Weppy uses action-based dispatching instead of separate tools for each function. This reduces AI token consumption significantly. It also provides bidirectional project sync and multi-place support, which most alternatives lack.
@@ -183,7 +189,7 @@ The server runs on localhost only (127.0.0.1:3002). Forbidden paths (CoreGui, Co
183
189
 
184
190
  Bidirectional Sync, advanced build capabilities, and AI token efficiency — all in one upgrade.
185
191
 
186
- [Pro Upgrade Guide](docs/en/pro-upgrade.md)
192
+ [Pro Upgrade Guide](https://weppy-web.pages.dev/en/plans)
187
193
 
188
194
  ## License
189
195
 
@@ -48,7 +48,7 @@ If the one-line install does not work, or automatic installation is not availabl
48
48
 
49
49
  Download the plugin file from GitHub, then place it in Roblox Studio's Plugins folder.
50
50
 
51
- 👉 [Plugin Installation Guide](roblox-plugin.md)
51
+ 👉 [Plugin Installation Guide](https://weppy-web.pages.dev/en/install#plugin)
52
52
 
53
53
  ---
54
54
 
@@ -75,7 +75,7 @@ Register the MCP server with your AI app. You can use it with any AI app that su
75
75
  Browse synced instance trees inside VSCode with Roblox class icons.
76
76
  This optional extension requires the Roblox MCP setup above, because it reads sync data from `wrox-project-sync` under your project root.
77
77
 
78
- 👉 [WROX Roblox Explorer Installation Guide](roblox-explorer.md)
78
+ 👉 [WROX Roblox Explorer Installation Guide](https://weppy-web.pages.dev/en/install#explorer)
79
79
 
80
80
  Direct listings:
81
81
  - [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
@@ -1,18 +1,22 @@
1
- # WROX Roblox Explorer (VSCode Extension)
1
+ # WROX Roblox Explorer (VSCode · Antigravity Extension)
2
2
 
3
- Roblox Studio Explorer-like tree view for VSCode. Browse synced instance trees, open scripts directly, and track sync status all inside your editor.
3
+ > **Optional** Explorer is not required. All core features work with just MCP and the plugin. Install it when you want to browse the project structure in your editor.
4
+
5
+ Roblox Studio Explorer-like tree view for your editor. Browse synced instance trees, open scripts directly, and track sync status — all inside your editor.
4
6
  This is a companion extension for WROX, not a standalone Roblox integration.
5
7
 
6
8
  ![WROX Roblox Explorer](../../assets/screenshots/roblox-explorer/roblox-explorer-screen.png)
7
9
 
8
10
  ## Requirements
9
11
 
10
- - VSCode 1.85+
12
+ - VSCode 1.85+ or Antigravity
11
13
  - [Roblox MCP](../../../README.md) installed with Sync enabled (Basic or Pro)
12
14
  - Sync has already generated `wrox-project-sync/place_*/.sync-meta.json` under your project root
13
15
 
14
16
  ## Installation
15
17
 
18
+ ### VSCode
19
+
16
20
  Search for **WROX Roblox Explorer** in the VSCode Extensions sidebar (`Ctrl+Shift+X` / `Cmd+Shift+X`) and click **Install**.
17
21
 
18
22
  Or install directly from:
@@ -20,6 +24,12 @@ Or install directly from:
20
24
  - [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
21
25
  - [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
22
26
 
27
+ ### Antigravity
28
+
29
+ Antigravity is VSCode-based, so the same extension works. Search for **WROX Roblox Explorer** in the Antigravity Extensions tab and click **Install**.
30
+
31
+ ---
32
+
23
33
  Core tree browsing works from synced files on disk. Live sync state, direction indicators, and Explorer telemetry forwarding are available when the local MCP server is reachable.
24
34
 
25
35
  ## Features
@@ -2,17 +2,42 @@
2
2
 
3
3
  How to install the plugin to connect AI agents with Roblox Studio.
4
4
 
5
- ## 1. Download Plugin
5
+ ## Automatic Installation (Recommended)
6
+
7
+ If the MCP server setup is complete, the plugin is **installed automatically**. No manual download or file copy is needed.
8
+
9
+ ### How it works
10
+
11
+ 1. When the MCP server runs for the first time, it places the plugin file (`WeppyRobloxMCP.rbxm`) into the Roblox Studio Plugins folder automatically.
12
+ 2. When you start Roblox Studio, the **WROX** button appears in the Plugins tab.
13
+
14
+ ### Connecting
15
+
16
+ 1. Open any project in **Roblox Studio**
17
+ 2. Go to **Plugins** tab → **WROX**
18
+
19
+ ![WROX Button](../../assets/screenshots/plugin/installation/toolbar-button.png)
20
+
21
+ 3. Click the **Connect** button in the plugin window
22
+ 4. Once **"Connected"** status is displayed, you're ready
23
+
24
+ ![Plugin Main Screen](../../assets/screenshots/plugin/installation/main-screen.png)
25
+
26
+ > If automatic installation did not work, follow the manual installation below.
27
+
28
+ ---
29
+
30
+ ## Manual Installation
31
+
32
+ Use this if automatic installation didn't work or you need to install a specific version.
33
+
34
+ ### 1. Download Plugin
6
35
 
7
36
  1. Open [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
8
37
  2. Download `weppy-roblox-mcp-v{version}.zip`
9
- 3. Extract the ZIP file - you will find `roblox-plugin/WeppyRobloxMCP.rbxm` and setup guides
10
-
11
- Note:
12
- - Basic users install the same plugin package and use Basic policy (Studio -> Local one-way sync)
13
- - Pro subscribers unlock bidirectional sync and broader advanced tools after license activation
38
+ 3. Extract the ZIP file you will find `roblox-plugin/WeppyRobloxMCP.rbxm`
14
39
 
15
- ## 2. Install Plugin
40
+ ### 2. Install Plugin
16
41
 
17
42
  1. Open **Roblox Studio**
18
43
  2. Click the **Plugins** tab in the top menu
@@ -23,38 +48,19 @@ Note:
23
48
  4. **Copy** the `WeppyRobloxMCP.rbxm` file from the extracted folder into the opened Plugins folder
24
49
  5. **Restart Roblox Studio**
25
50
 
26
- ## 3. Verify Installation
51
+ ### 3. Verify Installation
27
52
 
28
53
  After restarting, the **WROX** button will appear in the Plugins tab.
29
54
 
30
55
  ![WROX Button](../../assets/screenshots/plugin/installation/toolbar-button.png)
31
56
 
32
- ## 4. Connect to AI Agent
57
+ ### 4. Connect
33
58
 
34
- ### Prerequisites
59
+ Follow the same "Connecting" steps above — click Connect in the plugin.
35
60
 
36
- The MCP server must be installed. Complete the guide for your AI app first:
61
+ ---
37
62
 
38
- | AI App | Installation Guide |
39
- |--------|-------------------|
40
- | Claude Code | [Setup Guide](ai-apps/claude-code.md) |
41
- | Claude Desktop | [Setup Guide](ai-apps/claude-app.md) |
42
- | Cursor | [Setup Guide](ai-apps/cursor.md) |
43
- | Codex CLI | [Setup Guide](ai-apps/codex-cli.md) |
44
- | Codex Desktop | [Setup Guide](ai-apps/codex-app.md) |
45
- | Gemini CLI | [Setup Guide](ai-apps/gemini-cli.md) |
46
- | Antigravity | [Setup Guide](ai-apps/antigravity.md) |
47
-
48
- ### Connecting
49
-
50
- 1. Open any project in **Roblox Studio**
51
- 2. Go to **Plugins** tab -> **WROX**
52
- 3. Click the **Connect** button in the plugin window
53
- 4. Once **"Connected"** status is displayed, you're ready
54
-
55
- ![Plugin Main Screen](../../assets/screenshots/plugin/installation/main-screen.png)
56
-
57
- ## 5. Settings (Optional)
63
+ ## Settings (Optional)
58
64
 
59
65
  Click the settings button in the top right of the plugin to change options.
60
66
 
@@ -65,6 +71,11 @@ Click the settings button in the top right of the plugin to change options.
65
71
  - **Auto Camera Focus**: Automatically move camera to created objects
66
72
  - **Language**: Change the plugin UI language
67
73
 
74
+ ## Tier Information
75
+
76
+ - Basic users install the same plugin package and use Basic policy (Studio → Local one-way sync).
77
+ - Pro subscribers unlock bidirectional sync and broader advanced tools after license activation.
78
+
68
79
  ## Troubleshooting
69
80
 
70
81
  ### Plugin not visible
@@ -25,9 +25,16 @@ AI can control Roblox Studio playtests directly. It can start and stop Play (F5)
25
25
  - "Write a test that verifies the SpawnLocation is above the ground and run it."
26
26
  - "Validate that the script I just changed runs without errors in playtest."
27
27
 
28
- ### Broader advanced capabilities
28
+ ### More Pro-only features
29
29
 
30
- Terrain generation, asset search, spatial analysis, animation, audio, and production-scale automation.
30
+ Pro unlocks additional features beyond the core workflow.
31
+
32
+ - **Bulk operations** — Create, modify, or delete multiple instances in a single request
33
+ - **Terrain generation** — Fill with block, ball, cylinder, wedge, and replace materials
34
+ - **Asset search/insert** — Search the Roblox marketplace and insert assets directly
35
+ - **Spatial analysis** — Raycast, find ground, flat area search, collision checks
36
+ - **Environment control** — Lighting, atmosphere, sky, and time-of-day settings
37
+ - **Audio/Animation** — Sound playback and animation load/play
31
38
 
32
39
  ## Buy and Activate
33
40
 
@@ -70,13 +77,20 @@ You only need to activate the license once, either in the plugin or in the dashb
70
77
 
71
78
  | Feature | Basic | Pro |
72
79
  |---------|:-----:|:---:|
73
- | Script, Instance, Property management | ✅ Full access | ✅ Full access |
74
- | Selection, Tag, Camera, Log | ✅ Full access | ✅ Full access |
75
- | Sync Direction | Studio Local (one-way) | Bidirectional |
76
- | Per-type Sync Direction | | ✅ Scripts / Values / Containers / Data / Services |
77
- | Per-type Apply Mode | | ✅ Auto / Manual |
78
- | Change History | | ✅ |
79
- | Multi-place Sync | | ✅ Up to 3 places, each with isolated storage |
80
- | Playtest Control (Play/Stop/Pause/Resume) | | |
81
- | Advanced tool coverage | Core set | Broader advanced set |
82
- | AI token efficiency | Standard | Better with bulk / high-leverage actions |
80
+ | Script create/edit | ✅ | ✅ |
81
+ | Instance create/delete/move | ✅ | ✅ + bulk operations |
82
+ | Property read/write | | + bulk changes |
83
+ | Selection, tags, search | | ✅ |
84
+ | Camera control | | ✅ |
85
+ | Log monitoring | | ✅ |
86
+ | Luau code execution | | ✅ |
87
+ | Project sync | Studio → Local one-way | Bidirectional + per-type direction/mode |
88
+ | Multi-place sync | | Up to 3 Places simultaneously |
89
+ | Change history | | Track changes before applying |
90
+ | Playtest control | — | Play / stop / pause / resume + automated tests |
91
+ | Terrain generation/editing | — | Block, ball, cylinder, wedge, material replace |
92
+ | Asset search/insert | — | Search Roblox marketplace and insert directly |
93
+ | Spatial analysis | — | Raycast, find ground, collision checks |
94
+ | Environment control | — | Lighting, atmosphere, sky, time of day |
95
+ | Audio / Animation | — | Sound playback, animation load/play |
96
+ | AI token efficiency | Per-action calls | Fewer calls with bulk actions |
@@ -0,0 +1,41 @@
1
+ # Use `luau-lsp` with WROX Sync
2
+
3
+ WROX Sync can generate the sourcemap files that `luau-lsp` needs, so you can enable Roblox-aware editor features without setting up a separate Rojo project.
4
+
5
+ ## What WROX writes
6
+
7
+ After Full Sync finishes, WROX writes:
8
+
9
+ - Place sourcemap: `wrox-project-sync/place_<id>/sourcemap.json`
10
+ - Root representative file: `wrox-project-sync/sourcemap.json`
11
+
12
+ For most users, the recommended path is `wrox-project-sync/sourcemap.json`.
13
+
14
+ ## Why this helps
15
+
16
+ Pointing `luau-lsp` at the WROX sourcemap improves:
17
+
18
+ - `game.*` autocomplete
19
+ - Navigation across synced scripts
20
+ - `require` resolution between synced scripts
21
+
22
+ ## Recommended setup
23
+
24
+ 1. Run Full Sync once so WROX creates `wrox-project-sync/sourcemap.json`.
25
+ 2. Point your editor's `luau-lsp` sourcemap setting to `wrox-project-sync/sourcemap.json`.
26
+ 3. If your client can disable automatic Rojo generation, set `luau-lsp.sourcemap.autogenerate` to `false`.
27
+
28
+ Example VSCode settings:
29
+
30
+ ```json
31
+ {
32
+ "luau-lsp.sourcemap.enabled": true,
33
+ "luau-lsp.sourcemap.autogenerate": false,
34
+ "luau-lsp.sourcemap.sourcemapFile": "wrox-project-sync/sourcemap.json"
35
+ }
36
+ ```
37
+
38
+ ## Multi-place note
39
+
40
+ `wrox-project-sync/sourcemap.json` follows the current representative place for the project.
41
+ If you need a fixed place instead, point `luau-lsp` directly to that place's `wrox-project-sync/place_<id>/sourcemap.json`.
@@ -19,6 +19,8 @@ Without Sync, AI only sees snippets pasted into chat. With Sync enabled, AI work
19
19
  3. History/Status tracking: inspect what changed, when, and in which direction
20
20
 
21
21
  Sync data is stored under `{projectRoot}/wrox-project-sync/place_{placeId}/explorer`.
22
+ WROX also writes a place sourcemap to `{projectRoot}/wrox-project-sync/place_{placeId}/sourcemap.json` and keeps the recommended root representative file at `{projectRoot}/wrox-project-sync/sourcemap.json`.
23
+ Use the root path for editor integrations such as `luau-lsp`. Setup steps are covered in [Use `luau-lsp` with WROX Sync](./luau-lsp.md).
22
24
 
23
25
  ### Browse sync data in VSCode
24
26
 
@@ -146,5 +148,6 @@ Names containing `~` are escaped to `~~` (e.g. `Part~2` becomes `Part~~2/`). The
146
148
 
147
149
  ## Related docs
148
150
 
151
+ - [Use `luau-lsp` with WROX Sync](./luau-lsp.md)
149
152
  - [Tools Overview](../tools/overview.md)
150
- - [Pro Upgrade Guide](../pro-upgrade.md)
153
+ - [Pro Upgrade Guide](https://weppy-web.pages.dev/en/plans)
package/docs/es/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  [English](../../README.md) | [한국어](../ko/README.md) | [日本語](../ja/README.md) | **Español** | [Português](../pt-br/README.md) | [Bahasa Indonesia](../id/README.md)
8
8
 
9
- [![Demo — IA creando un juego Roblox en tiempo real](https://img.youtube.com/vi/3jrUpBbZPaw/maxresdefault.jpg)](https://youtu.be/3jrUpBbZPaw)
9
+ [![Demo — IA creando un juego Roblox en tiempo real](https://img.youtube.com/vi/puQB4u1VlMw/maxresdefault.jpg)](https://youtu.be/puQB4u1VlMw)
10
10
 
11
11
  ## ¿Por qué WROX (Weppy Roblox MCP)?
12
12
 
@@ -18,6 +18,14 @@ No necesitas copiar ni pegar código. La IA trabaja y tú verificas los resultad
18
18
 
19
19
  ## Instalacion rapida
20
20
 
21
+ Instala siguiendo la guia en la pagina web.
22
+
23
+ 👉 **[Pagina de instalacion](https://weppy-web.pages.dev/en/install)**
24
+
25
+ ### Instalacion por terminal
26
+
27
+ Si prefieres la terminal, instala todo en una linea.
28
+
21
29
  **macOS / Linux**
22
30
 
23
31
  ```bash
@@ -40,8 +48,8 @@ Si la ejecución de PowerShell está bloqueada en Windows, continúa con la inst
40
48
 
41
49
  Si la instalacion en un solo comando no funciona, o si no puedes usar la instalacion automatica en tu entorno, usa la instalacion manual de abajo como alternativa.
42
50
 
43
- **Paso 1** — Instala el plugin de Roblox Studio (puente entre Studio e IA):
44
- [Guia de instalacion del plugin](installation/roblox-plugin.md)
51
+ **Paso 1** — Instala el plugin de Roblox Studio:
52
+ [Guia de instalacion del plugin](https://weppy-web.pages.dev/en/install#plugin)
45
53
 
46
54
  **Paso 2** — Registra el servidor MCP en tu app de IA:
47
55
 
@@ -169,7 +177,7 @@ Sí. Consulta [Configuración de Cursor](installation/ai-apps/cursor.md). Cualqu
169
177
  Sí. La IA puede crear instancias, escribir scripts, generar terrain, configurar iluminación, insertar assets, configurar física y más — todo dentro de una sesión de Studio en vivo. Va más allá de la generación de código hacia acciones ejecutables.
170
178
 
171
179
  ### ¿Cuál es la diferencia entre Basic y Pro?
172
- Basic (gratuito) incluye ejecución de herramientas MCP y sincronización unidireccional (Studio -> Local). Pro agrega sincronización bidireccional, operaciones masivas, generación de terrain, análisis espacial, control de audio/animación y soporte multi-place. Consulta la [Guía de actualización Pro](pro-upgrade.md).
180
+ Basic (gratuito) incluye ejecución de herramientas MCP y sincronización unidireccional (Studio -> Local). Pro agrega sincronización bidireccional, operaciones masivas, generación de terrain, análisis espacial, control de audio/animación y soporte multi-place. Consulta la [Guía de actualización Pro](https://weppy-web.pages.dev/en/plans).
173
181
 
174
182
  ### ¿Cómo se diferencia Weppy de otros servidores MCP para Roblox?
175
183
  Weppy usa despacho basado en acciones en lugar de herramientas separadas para cada función. Esto reduce significativamente el consumo de tokens de IA. También proporciona sincronización bidireccional de proyecto y soporte multi-place, que la mayoría de las alternativas no tienen.
@@ -181,7 +189,7 @@ El servidor se ejecuta solo en localhost (127.0.0.1:3002). Las rutas prohibidas
181
189
 
182
190
  Sync bidireccional, capacidades de creacion avanzadas y eficiencia de tokens de IA — todo en una sola actualizacion.
183
191
 
184
- [Guia de actualizacion Pro](pro-upgrade.md)
192
+ [Guia de actualizacion Pro](https://weppy-web.pages.dev/en/plans)
185
193
 
186
194
  ## Licencia
187
195
 
@@ -42,7 +42,7 @@ Si la instalacion en un solo comando no funciona, o cuando no puedes usar la ins
42
42
 
43
43
  El plugin conecta Roblox Studio con la IA.
44
44
 
45
- 👉 [Guía de instalación del plugin](roblox-plugin.md)
45
+ 👉 [Guía de instalación del plugin](https://weppy-web.pages.dev/en/install#plugin)
46
46
 
47
47
  ### Paso 2: Registrar el Servidor MCP en tu App de IA
48
48
 
@@ -68,7 +68,7 @@ Configura el servidor MCP en tu app de IA para que pueda comunicarse con Roblox
68
68
  Explora los árboles de instancias sincronizados dentro de VSCode con iconos de clases Roblox.
69
69
  Esta extension opcional requiere completar antes la instalacion de Roblox MCP, porque Explorer lee los datos de Sync desde `wrox-project-sync` dentro de la raiz del proyecto.
70
70
 
71
- 👉 [Guía de instalación de WROX Roblox Explorer](roblox-explorer.md)
71
+ 👉 [Guía de instalación de WROX Roblox Explorer](https://weppy-web.pages.dev/en/install#explorer)
72
72
 
73
73
  Instalación directa:
74
74
  - [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
@@ -25,9 +25,16 @@ La IA puede controlar los playtests de Roblox Studio de forma directa. Puede ini
25
25
  - "Escribe un test que compruebe si el SpawnLocation está sobre el suelo y ejecútalo."
26
26
  - "Valida que el script que acabo de cambiar funciona sin errores en el playtest."
27
27
 
28
- ### Capacidades avanzadas más amplias
28
+ ### Más funciones exclusivas de Pro
29
29
 
30
- Generación de terreno, búsqueda de assets, análisis espacial, animación, audio y automatización a escala de producción.
30
+ Pro desbloquea funciones adicionales más allá del flujo de trabajo principal.
31
+
32
+ - **Operaciones masivas** — Crear, modificar o eliminar múltiples instancias en una sola solicitud
33
+ - **Generación de terreno** — Rellenar con bloque, esfera, cilindro, cuña y reemplazar materiales
34
+ - **Búsqueda/inserción de assets** — Buscar en el marketplace de Roblox e insertar assets directamente
35
+ - **Análisis espacial** — Raycast, encontrar suelo, búsqueda de área plana, detección de colisiones
36
+ - **Control de entorno** — Iluminación, atmósfera, cielo y hora del día
37
+ - **Audio/Animación** — Reproducción de sonido y carga/reproducción de animaciones
31
38
 
32
39
  ## Compra y activación
33
40
 
@@ -70,13 +77,20 @@ Solo necesitas activar la licencia una vez, ya sea en el plugin o en el dashboar
70
77
 
71
78
  | Función | Basic | Pro |
72
79
  |---------|:-----:|:---:|
73
- | Gestión de Script, Instance, Property | ✅ Acceso completo | ✅ Acceso completo |
74
- | Selection, Tag, Camera, Log | ✅ Acceso completo | ✅ Acceso completo |
75
- | Dirección de Sync | Studio Local (una vía) | Bidireccional |
76
- | Sync Direction por tipo | | ✅ Scripts / Values / Containers / Data / Services |
77
- | Apply Mode por tipo | | ✅ Auto / Manual |
78
- | Historial de cambios | | ✅ |
79
- | Sync multi-place | | ✅ Hasta 3 places con almacenamiento aislado |
80
- | Control de Playtest (Reproducir/Detener/Pausar/Reanudar) | | |
81
- | Cobertura avanzada de tools | Conjunto base | Conjunto avanzado más amplio |
82
- | Eficiencia de tokens IA | Estándar | Mejor con acciones masivas / de alto impacto |
80
+ | Creación/edición de scripts | ✅ | ✅ |
81
+ | Crear/eliminar/mover instancias | ✅ | ✅ + operaciones masivas |
82
+ | Leer/modificar propiedades | | + cambios masivos |
83
+ | Selección, tags, búsqueda | | ✅ |
84
+ | Control de cámara | | ✅ |
85
+ | Monitoreo de logs | | ✅ |
86
+ | Ejecución de código Luau | ✅ | |
87
+ | Sincronización de proyecto | Studio → Local una vía | Bidireccional + dirección/modo por tipo |
88
+ | Sync multi-place | | Hasta 3 Places simultáneamente |
89
+ | Historial de cambios | | Rastreo de cambios antes de aplicar |
90
+ | Control de playtest | — | Reproducir / detener / pausar / reanudar + tests automáticos |
91
+ | Generación/edición de terreno | — | Bloque, esfera, cilindro, cuña, reemplazo de material |
92
+ | Búsqueda/inserción de assets | — | Buscar en marketplace de Roblox e insertar directamente |
93
+ | Análisis espacial | — | Raycast, encontrar suelo, detección de colisiones |
94
+ | Control de entorno | — | Iluminación, atmósfera, cielo, hora del día |
95
+ | Audio / Animación | — | Reproducción de sonido, carga/reproducción de animaciones |
96
+ | Eficiencia de tokens IA | Acciones individuales | Menos llamadas con acciones masivas |
@@ -0,0 +1,41 @@
1
+ # Usar `luau-lsp` con WROX Sync
2
+
3
+ WROX Sync puede generar automaticamente los archivos sourcemap que necesita `luau-lsp`, para que puedas activar funciones de editor con contexto de Roblox sin preparar un proyecto Rojo aparte.
4
+
5
+ ## Que escribe WROX
6
+
7
+ Despues de que termina Full Sync, WROX escribe:
8
+
9
+ - Place sourcemap: `wrox-project-sync/place_<id>/sourcemap.json`
10
+ - Archivo representante en la raiz: `wrox-project-sync/sourcemap.json`
11
+
12
+ Para la mayoria de usuarios, la ruta recomendada es `wrox-project-sync/sourcemap.json`.
13
+
14
+ ## Que mejora
15
+
16
+ Cuando `luau-lsp` usa el sourcemap de WROX, mejora:
17
+
18
+ - Autocomplete de `game.*`
19
+ - Navegacion entre scripts sincronizados
20
+ - Resolucion de `require` entre scripts sincronizados
21
+
22
+ ## Configuracion recomendada
23
+
24
+ 1. Ejecuta Full Sync una vez para que WROX cree `wrox-project-sync/sourcemap.json`.
25
+ 2. Haz que la configuracion de sourcemap de `luau-lsp` en tu editor apunte a `wrox-project-sync/sourcemap.json`.
26
+ 3. Si tu cliente puede desactivar la generacion automatica con Rojo, establece `luau-lsp.sourcemap.autogenerate` en `false`.
27
+
28
+ Ejemplo de configuracion en VSCode:
29
+
30
+ ```json
31
+ {
32
+ "luau-lsp.sourcemap.enabled": true,
33
+ "luau-lsp.sourcemap.autogenerate": false,
34
+ "luau-lsp.sourcemap.sourcemapFile": "wrox-project-sync/sourcemap.json"
35
+ }
36
+ ```
37
+
38
+ ## Nota sobre Multi-place
39
+
40
+ `wrox-project-sync/sourcemap.json` sigue el place representante actual del proyecto.
41
+ Si necesitas fijarlo a un place especifico, apunta `luau-lsp` directamente a `wrox-project-sync/place_<id>/sourcemap.json`.