@weppy/roblox-mcp 2.5.1 → 2.6.0
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.
- package/.claude-plugin/marketplace.json +2 -2
- package/.github/workflows/install-test.yml +55 -4
- package/CHANGELOG.md +17 -0
- package/README.md +29 -46
- package/SUPPORT.md +4 -6
- package/install.ps1 +7 -5
- package/install.sh +4 -2
- package/llms-full.txt +8 -688
- package/llms.txt +3 -13
- package/package.json +1 -1
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-DRfFUIvC.js → ChangelogDetailPage-C-ROvHGr.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-Dgl8dBt6.js → ChangelogPage-CPm4ft8m.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-DfdyAPrJ.js → ConfirmModal-BSTYLn14.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConnectionPage-LSvSX1_u.js → ConnectionPage-BeJEgfmf.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-DrK7vhO-.js → InfoLabel-BRbbxjjt.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-CXsGuoPu.js → OverviewPage-BHd6yL_8.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-CgkzRAqQ.js → PlaytestPage-BiNJCh4I.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-Dy3MffNh.js → PropertyDiff-BKVe7m6g.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-Cg33y021.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-hJyzgRAl.js → StatusBadge-A72TDL-q.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{SyncPage-eX2Rh-Ct.js → SyncPage-R4Qs9Xt3.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierComparison-CQewH4h_.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-CLAr1gQq.js → TierPromoProgress-DolZjAqX.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ToolsPage-CqzfCxxH.js → ToolsPage-DRX93nSV.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/WhatsNewPage-uLdiNHd0.js +1 -0
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{index-BfvSPSNj.js → index-oz4Gtzz9.js} +55 -21
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BeRNzFBh.js → useLiveUptime-CRLLCM8t.js} +1 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +76 -76
- package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
- package/docs/compatibility.md +0 -44
- package/docs/en/dashboard/changelog.md +0 -114
- package/docs/en/dashboard/connection.md +0 -77
- package/docs/en/dashboard/overview.md +0 -95
- package/docs/en/dashboard/playtest.md +0 -61
- package/docs/en/dashboard/settings.md +0 -60
- package/docs/en/dashboard/sync.md +0 -68
- package/docs/en/dashboard/tools.md +0 -69
- package/docs/en/explorer/overview.md +0 -104
- package/docs/en/installation/README.md +0 -95
- package/docs/en/installation/ai-apps/antigravity.md +0 -89
- package/docs/en/installation/ai-apps/claude-app.md +0 -78
- package/docs/en/installation/ai-apps/claude-code.md +0 -104
- package/docs/en/installation/ai-apps/codex-app.md +0 -56
- package/docs/en/installation/ai-apps/codex-cli.md +0 -67
- package/docs/en/installation/ai-apps/cursor.md +0 -77
- package/docs/en/installation/ai-apps/gemini-cli.md +0 -120
- package/docs/en/installation/roblox-explorer.md +0 -68
- package/docs/en/installation/roblox-plugin.md +0 -96
- package/docs/en/pro-upgrade.md +0 -96
- package/docs/en/sync/luau-lsp.md +0 -41
- package/docs/en/sync/overview.md +0 -153
- package/docs/en/tools/assets-and-effects.md +0 -104
- package/docs/en/tools/instances-and-properties.md +0 -104
- package/docs/en/tools/overview.md +0 -277
- package/docs/en/tools/playtest.md +0 -140
- package/docs/en/tools/scripting.md +0 -66
- package/docs/en/tools/system-and-debugging.md +0 -93
- package/docs/en/tools/world-and-environment.md +0 -102
- package/docs/es/README.md +0 -209
- package/docs/es/dashboard/changelog.md +0 -114
- package/docs/es/dashboard/connection.md +0 -77
- package/docs/es/dashboard/overview.md +0 -95
- package/docs/es/dashboard/playtest.md +0 -61
- package/docs/es/dashboard/settings.md +0 -60
- package/docs/es/dashboard/sync.md +0 -68
- package/docs/es/dashboard/tools.md +0 -69
- package/docs/es/explorer/overview.md +0 -104
- package/docs/es/installation/README.md +0 -87
- package/docs/es/installation/ai-apps/antigravity.md +0 -89
- package/docs/es/installation/ai-apps/claude-app.md +0 -78
- package/docs/es/installation/ai-apps/claude-code.md +0 -104
- package/docs/es/installation/ai-apps/codex-app.md +0 -56
- package/docs/es/installation/ai-apps/codex-cli.md +0 -67
- package/docs/es/installation/ai-apps/cursor.md +0 -77
- package/docs/es/installation/ai-apps/gemini-cli.md +0 -120
- package/docs/es/installation/roblox-explorer.md +0 -58
- package/docs/es/installation/roblox-plugin.md +0 -85
- package/docs/es/pro-upgrade.md +0 -96
- package/docs/es/sync/luau-lsp.md +0 -41
- package/docs/es/sync/overview.md +0 -153
- package/docs/es/tools/assets-and-effects.md +0 -104
- package/docs/es/tools/instances-and-properties.md +0 -104
- package/docs/es/tools/overview.md +0 -277
- package/docs/es/tools/playtest.md +0 -140
- package/docs/es/tools/scripting.md +0 -66
- package/docs/es/tools/system-and-debugging.md +0 -93
- package/docs/es/tools/world-and-environment.md +0 -102
- package/docs/id/README.md +0 -209
- package/docs/id/dashboard/changelog.md +0 -114
- package/docs/id/dashboard/connection.md +0 -77
- package/docs/id/dashboard/overview.md +0 -95
- package/docs/id/dashboard/playtest.md +0 -61
- package/docs/id/dashboard/settings.md +0 -60
- package/docs/id/dashboard/sync.md +0 -68
- package/docs/id/dashboard/tools.md +0 -69
- package/docs/id/explorer/overview.md +0 -104
- package/docs/id/installation/README.md +0 -93
- package/docs/id/installation/ai-apps/antigravity.md +0 -89
- package/docs/id/installation/ai-apps/claude-app.md +0 -78
- package/docs/id/installation/ai-apps/claude-code.md +0 -104
- package/docs/id/installation/ai-apps/codex-app.md +0 -56
- package/docs/id/installation/ai-apps/codex-cli.md +0 -67
- package/docs/id/installation/ai-apps/cursor.md +0 -77
- package/docs/id/installation/ai-apps/gemini-cli.md +0 -120
- package/docs/id/installation/roblox-explorer.md +0 -58
- package/docs/id/installation/roblox-plugin.md +0 -85
- package/docs/id/pro-upgrade.md +0 -96
- package/docs/id/sync/luau-lsp.md +0 -41
- package/docs/id/sync/overview.md +0 -153
- package/docs/id/tools/assets-and-effects.md +0 -104
- package/docs/id/tools/instances-and-properties.md +0 -104
- package/docs/id/tools/overview.md +0 -277
- package/docs/id/tools/playtest.md +0 -140
- package/docs/id/tools/scripting.md +0 -66
- package/docs/id/tools/system-and-debugging.md +0 -93
- package/docs/id/tools/world-and-environment.md +0 -102
- package/docs/installer/assets/index-Bz0amd7x.js +0 -63
- package/docs/installer/assets/index-ei4lRUa6.css +0 -1
- package/docs/installer/index.html +0 -14
- package/docs/installer/manifest.webmanifest +0 -15
- package/docs/installer/sw.js +0 -7
- package/docs/installer/weppy-icon.png +0 -0
- package/docs/ja/README.md +0 -207
- package/docs/ja/dashboard/changelog.md +0 -114
- package/docs/ja/dashboard/connection.md +0 -77
- package/docs/ja/dashboard/overview.md +0 -95
- package/docs/ja/dashboard/playtest.md +0 -61
- package/docs/ja/dashboard/settings.md +0 -60
- package/docs/ja/dashboard/sync.md +0 -68
- package/docs/ja/dashboard/tools.md +0 -69
- package/docs/ja/explorer/overview.md +0 -104
- package/docs/ja/installation/README.md +0 -93
- package/docs/ja/installation/ai-apps/antigravity.md +0 -89
- package/docs/ja/installation/ai-apps/claude-app.md +0 -78
- package/docs/ja/installation/ai-apps/claude-code.md +0 -104
- package/docs/ja/installation/ai-apps/codex-app.md +0 -56
- package/docs/ja/installation/ai-apps/codex-cli.md +0 -67
- package/docs/ja/installation/ai-apps/cursor.md +0 -77
- package/docs/ja/installation/ai-apps/gemini-cli.md +0 -120
- package/docs/ja/installation/roblox-explorer.md +0 -58
- package/docs/ja/installation/roblox-plugin.md +0 -85
- package/docs/ja/pro-upgrade.md +0 -96
- package/docs/ja/sync/luau-lsp.md +0 -41
- package/docs/ja/sync/overview.md +0 -153
- package/docs/ja/tools/assets-and-effects.md +0 -104
- package/docs/ja/tools/instances-and-properties.md +0 -104
- package/docs/ja/tools/overview.md +0 -277
- package/docs/ja/tools/playtest.md +0 -140
- package/docs/ja/tools/scripting.md +0 -66
- package/docs/ja/tools/system-and-debugging.md +0 -93
- package/docs/ja/tools/world-and-environment.md +0 -102
- package/docs/ko/README.md +0 -207
- package/docs/ko/dashboard/changelog.md +0 -114
- package/docs/ko/dashboard/connection.md +0 -77
- package/docs/ko/dashboard/overview.md +0 -95
- package/docs/ko/dashboard/playtest.md +0 -61
- package/docs/ko/dashboard/settings.md +0 -60
- package/docs/ko/dashboard/sync.md +0 -68
- package/docs/ko/dashboard/tools.md +0 -69
- package/docs/ko/explorer/overview.md +0 -104
- package/docs/ko/installation/README.md +0 -95
- package/docs/ko/installation/ai-apps/antigravity.md +0 -88
- package/docs/ko/installation/ai-apps/claude-app.md +0 -78
- package/docs/ko/installation/ai-apps/claude-code.md +0 -104
- package/docs/ko/installation/ai-apps/codex-app.md +0 -56
- package/docs/ko/installation/ai-apps/codex-cli.md +0 -67
- package/docs/ko/installation/ai-apps/cursor.md +0 -77
- package/docs/ko/installation/ai-apps/gemini-cli.md +0 -120
- package/docs/ko/installation/roblox-explorer.md +0 -68
- package/docs/ko/installation/roblox-plugin.md +0 -96
- package/docs/ko/pro-upgrade.md +0 -96
- package/docs/ko/sync/luau-lsp.md +0 -41
- package/docs/ko/sync/overview.md +0 -153
- package/docs/ko/tools/assets-and-effects.md +0 -104
- package/docs/ko/tools/instances-and-properties.md +0 -104
- package/docs/ko/tools/overview.md +0 -277
- package/docs/ko/tools/playtest.md +0 -134
- package/docs/ko/tools/scripting.md +0 -66
- package/docs/ko/tools/system-and-debugging.md +0 -93
- package/docs/ko/tools/world-and-environment.md +0 -102
- package/docs/pt-br/README.md +0 -209
- package/docs/pt-br/dashboard/changelog.md +0 -114
- package/docs/pt-br/dashboard/connection.md +0 -77
- package/docs/pt-br/dashboard/overview.md +0 -95
- package/docs/pt-br/dashboard/playtest.md +0 -61
- package/docs/pt-br/dashboard/settings.md +0 -60
- package/docs/pt-br/dashboard/sync.md +0 -68
- package/docs/pt-br/dashboard/tools.md +0 -69
- package/docs/pt-br/explorer/overview.md +0 -104
- package/docs/pt-br/installation/README.md +0 -93
- package/docs/pt-br/installation/ai-apps/antigravity.md +0 -89
- package/docs/pt-br/installation/ai-apps/claude-app.md +0 -78
- package/docs/pt-br/installation/ai-apps/claude-code.md +0 -104
- package/docs/pt-br/installation/ai-apps/codex-app.md +0 -56
- package/docs/pt-br/installation/ai-apps/codex-cli.md +0 -67
- package/docs/pt-br/installation/ai-apps/cursor.md +0 -77
- package/docs/pt-br/installation/ai-apps/gemini-cli.md +0 -120
- package/docs/pt-br/installation/roblox-explorer.md +0 -58
- package/docs/pt-br/installation/roblox-plugin.md +0 -85
- package/docs/pt-br/pro-upgrade.md +0 -96
- package/docs/pt-br/sync/luau-lsp.md +0 -41
- package/docs/pt-br/sync/overview.md +0 -153
- package/docs/pt-br/tools/assets-and-effects.md +0 -104
- package/docs/pt-br/tools/instances-and-properties.md +0 -104
- package/docs/pt-br/tools/overview.md +0 -277
- package/docs/pt-br/tools/playtest.md +0 -140
- package/docs/pt-br/tools/scripting.md +0 -66
- package/docs/pt-br/tools/system-and-debugging.md +0 -93
- package/docs/pt-br/tools/world-and-environment.md +0 -102
- package/docs/troubleshooting.md +0 -47
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-D2ZBQ2KF.js +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/TierComparison-BwKqP_4s.js +0 -1
- package/plugins/weppy-roblox-mcp/dashboard/dist/assets/WhatsNewPage-23o8LmsR.js +0 -1
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# WEPPY Roblox Explorer (Ekstensi VSCode)
|
|
2
|
-
|
|
3
|
-
Tampilan pohon instansi seperti Explorer Roblox Studio, langsung di VSCode. Jelajahi instansi yang tersinkronisasi, buka skrip langsung, dan pantau status sinkronisasi tanpa meninggalkan editor.
|
|
4
|
-
Ini adalah ekstensi pendamping untuk WEPPY, bukan integrasi Roblox yang berdiri sendiri.
|
|
5
|
-
|
|
6
|
-

|
|
7
|
-
|
|
8
|
-
## Persyaratan
|
|
9
|
-
|
|
10
|
-
- VSCode 1.85+
|
|
11
|
-
- [Roblox MCP](../../../README.md) sudah terpasang dengan Sync aktif (Basic atau Pro)
|
|
12
|
-
- Sync sudah menghasilkan `weppy-project-sync/place_*/.sync-meta.json` di bawah root proyek
|
|
13
|
-
|
|
14
|
-
## Cara Instalasi
|
|
15
|
-
|
|
16
|
-
Cari **WEPPY Roblox Explorer** di sidebar Ekstensi VSCode (`Ctrl+Shift+X` / `Cmd+Shift+X`) dan klik **Install**.
|
|
17
|
-
|
|
18
|
-
Atau instal langsung dari marketplace berikut:
|
|
19
|
-
|
|
20
|
-
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=weppy.weppy-roblox-explorer)
|
|
21
|
-
- [Open VSX](https://open-vsx.org/extension/weppy/weppy-roblox-explorer)
|
|
22
|
-
|
|
23
|
-
Penjelajahan tree dasar bekerja dari file sync di disk. Status sync live, indikator direction, dan pengiriman telemetri Explorer tersedia saat server MCP lokal dapat dijangkau.
|
|
24
|
-
|
|
25
|
-
## Fitur
|
|
26
|
-
|
|
27
|
-
- **Pohon instansi**: Hierarki layanan/instansi yang identik dengan Roblox Studio
|
|
28
|
-
- **Ikon kelas Roblox**: Lebih dari 200 ikon dengan dukungan tema gelap/terang
|
|
29
|
-
- **Multi-Place**: Akar pohon terpisah per Place yang tersinkronisasi
|
|
30
|
-
- **Buka dengan klik**: Buka file pendukung (`.server.luau`, `.client.luau`, `.module.luau`, `.props.json`)
|
|
31
|
-
- **Pencarian instansi**: Pencarian QuickPick di semua layanan
|
|
32
|
-
- **Badge status Sync**: Lihat status `modified`, `studio`, `conflict` sekilas
|
|
33
|
-
- **Pembaruan otomatis**: Pohon diperbarui otomatis saat file Sync berubah (debounce 500ms)
|
|
34
|
-
- **Salin jalur instansi**: Klik kanan untuk menyalin jalur format `game.Workspace.Part`
|
|
35
|
-
|
|
36
|
-
## Pengaturan
|
|
37
|
-
|
|
38
|
-
| Pengaturan | Default | Deskripsi |
|
|
39
|
-
|------------|---------|-----------|
|
|
40
|
-
| `robloxExplorer.syncRoot` | `""` | Jalur absolut ke root `weppy-project-sync`. Jika kosong, akan dideteksi otomatis. WEPPY memakai `{projectRoot}/weppy-project-sync`. |
|
|
41
|
-
| `robloxExplorer.hidePropsFiles` | `false` | Sembunyikan file Sync (`.props.json`, `_tree.json`, `.value.json`) di explorer VSCode default. |
|
|
42
|
-
| `robloxExplorer.autoRefresh` | `true` | Perbarui pohon otomatis saat file Sync berubah. |
|
|
43
|
-
| `robloxExplorer.showSyncStatus` | `true` | Tampilkan dekorasi status Sync pada item pohon. |
|
|
44
|
-
|
|
45
|
-
## Perintah
|
|
46
|
-
|
|
47
|
-
| Perintah | Deskripsi |
|
|
48
|
-
|----------|-----------|
|
|
49
|
-
| `WEPPY Explorer: Refresh` | Perbarui pohon instansi secara manual |
|
|
50
|
-
| `WEPPY Explorer: Search Instances` | Cari instansi di semua layanan |
|
|
51
|
-
| `WEPPY Explorer: Open Backing File` | Buka file pendukung instansi yang dipilih |
|
|
52
|
-
| `WEPPY Explorer: Copy Instance Path` | Salin jalur instansi lengkap (contoh: `game.Workspace.Part`) |
|
|
53
|
-
| `WEPPY Explorer: Reveal in Explorer` | Tampilkan file di explorer VSCode default |
|
|
54
|
-
|
|
55
|
-
## Terkait
|
|
56
|
-
|
|
57
|
-
- [Panduan Detail Sync](../sync/overview.md)
|
|
58
|
-
- [Panduan Instalasi](README.md)
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
# Instalasi Plugin Roblox
|
|
2
|
-
|
|
3
|
-
Panduan instalasi plugin untuk menghubungkan AI agent di Roblox Studio.
|
|
4
|
-
|
|
5
|
-
## 1. Unduh Plugin
|
|
6
|
-
|
|
7
|
-
1. Buka [GitHub Releases](https://github.com/hope1026/weppy-roblox-mcp/releases/latest)
|
|
8
|
-
2. Unduh `weppy-roblox-mcp-v{version}.zip`
|
|
9
|
-
3. Ekstrak ZIP - Anda akan menemukan `roblox-plugin/WeppyRobloxMCP.rbxm` dan panduan instalasi
|
|
10
|
-
|
|
11
|
-
Catatan:
|
|
12
|
-
- Basic menggunakan paket plugin yang sama dengan kebijakan Basic (Studio -> Local satu arah)
|
|
13
|
-
- Setelah lisensi langganan Pro aktif, sync dua arah dan fitur lanjutan yang lebih luas akan terbuka
|
|
14
|
-
|
|
15
|
-
## 2. Instal Plugin
|
|
16
|
-
|
|
17
|
-
1. Jalankan **Roblox Studio**
|
|
18
|
-
2. Klik tab **Plugins**
|
|
19
|
-
3. Klik **Plugins Folder**
|
|
20
|
-
|
|
21
|
-

|
|
22
|
-
|
|
23
|
-
4. **Salin** `WeppyRobloxMCP.rbxm` ke folder Plugins
|
|
24
|
-
5. **Restart Roblox Studio**
|
|
25
|
-
|
|
26
|
-
## 3. Verifikasi Instalasi
|
|
27
|
-
|
|
28
|
-
Setelah restart, tombol **WEPPY** muncul di tab Plugins.
|
|
29
|
-
|
|
30
|
-

|
|
31
|
-
|
|
32
|
-
## 4. Hubungkan AI Agent
|
|
33
|
-
|
|
34
|
-
### Persiapan
|
|
35
|
-
|
|
36
|
-
MCP server harus sudah terinstal. Selesaikan dulu panduan app AI yang Anda pakai:
|
|
37
|
-
|
|
38
|
-
| Aplikasi AI | Panduan Instalasi |
|
|
39
|
-
|-------------|-------------------|
|
|
40
|
-
| Claude Code | [Cara Konfigurasi](ai-apps/claude-code.md) |
|
|
41
|
-
| Claude Desktop | [Cara Konfigurasi](ai-apps/claude-app.md) |
|
|
42
|
-
| Cursor | [Cara Konfigurasi](ai-apps/cursor.md) |
|
|
43
|
-
| Codex CLI | [Cara Konfigurasi](ai-apps/codex-cli.md) |
|
|
44
|
-
| Codex Desktop | [Cara Konfigurasi](ai-apps/codex-app.md) |
|
|
45
|
-
| Gemini CLI | [Cara Konfigurasi](ai-apps/gemini-cli.md) |
|
|
46
|
-
| Antigravity | [Cara Konfigurasi](ai-apps/antigravity.md) |
|
|
47
|
-
|
|
48
|
-
### Menghubungkan
|
|
49
|
-
|
|
50
|
-
1. Buka proyek apa saja di **Roblox Studio**
|
|
51
|
-
2. Tab **Plugins** -> **WEPPY**
|
|
52
|
-
3. Klik **Connect**
|
|
53
|
-
4. Jika status **"Connected"** tampil, koneksi berhasil
|
|
54
|
-
|
|
55
|
-

|
|
56
|
-
|
|
57
|
-
## 5. Pengaturan (Opsional)
|
|
58
|
-
|
|
59
|
-
Gunakan tombol pengaturan di kanan atas plugin.
|
|
60
|
-
|
|
61
|
-

|
|
62
|
-
|
|
63
|
-
- **Auto Connect**
|
|
64
|
-
- **Auto Reconnect**
|
|
65
|
-
- **Auto Camera Focus**
|
|
66
|
-
- **Language**
|
|
67
|
-
|
|
68
|
-
## Pemecahan Masalah
|
|
69
|
-
|
|
70
|
-
### Plugin tidak terlihat
|
|
71
|
-
|
|
72
|
-
- Restart Roblox Studio sepenuhnya
|
|
73
|
-
- Pastikan file sudah disalin benar
|
|
74
|
-
- Pastikan `.rbxm` tidak rusak
|
|
75
|
-
|
|
76
|
-
### Tidak dapat terhubung
|
|
77
|
-
|
|
78
|
-
- Pastikan MCP server berjalan
|
|
79
|
-
- Klik **Connect** lagi
|
|
80
|
-
- Cek konflik port 3002
|
|
81
|
-
|
|
82
|
-
### Koneksi sering terputus
|
|
83
|
-
|
|
84
|
-
- Aktifkan **Auto Reconnect**
|
|
85
|
-
- Restart app AI
|
package/docs/id/pro-upgrade.md
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
# Panduan Upgrade Pro
|
|
2
|
-
|
|
3
|
-
## Mengapa Pro?
|
|
4
|
-
|
|
5
|
-
### Sync dua arah untuk alur kerja pengembangan nyata
|
|
6
|
-
|
|
7
|
-
Pro Sync melampaui sekadar export satu arah. Edit script secara lokal dan kirim ke Studio. Buat perubahan di Studio dan tarik kembali ke disk. Pro menjaga keduanya tetap sinkron.
|
|
8
|
-
|
|
9
|
-
- **Sync dua arah** — Perubahan mengalir dua arah antara Studio dan file lokal.
|
|
10
|
-
- **Direction per tipe** — Atur arah secara independen untuk Scripts, Values, Containers, Data, dan Services.
|
|
11
|
-
- **Apply Mode per tipe** — Pilih Auto atau Manual per tipe untuk menyeimbangkan kecepatan dan kontrol.
|
|
12
|
-
- **Full Sync / Resync** — Bangun ulang state proyek yang bersih setelah perubahan besar atau reconnect.
|
|
13
|
-
- **Riwayat Perubahan** — Lacak apa yang berubah, kapan, dan ke arah mana sebelum menerapkan.
|
|
14
|
-
- **Sync multi-place** — Sync hingga 3 Roblox Place sekaligus, masing-masing dengan penyimpanan terisolasi dan riwayat perubahan sendiri.
|
|
15
|
-
|
|
16
|
-
### Hemat token AI dengan workflow berdampak tinggi
|
|
17
|
-
|
|
18
|
-
Aksi massal dan lanjutan mengurangi panggilan berulang — lakukan lebih banyak per prompt.
|
|
19
|
-
|
|
20
|
-
### AI yang mengontrol playtest secara langsung
|
|
21
|
-
|
|
22
|
-
AI dapat mengontrol playtest Roblox Studio secara langsung. AI bisa memulai dan menghentikan Play (F5) atau Run (F8), menyuntikkan script pengujian, mengumpulkan log, dan membuat laporan secara otomatis.
|
|
23
|
-
|
|
24
|
-
- "Mulai playtest mode Run dan periksa apakah NPC mencapai target."
|
|
25
|
-
- "Tulis test yang memverifikasi SpawnLocation berada di atas tanah lalu jalankan."
|
|
26
|
-
- "Validasi bahwa script yang baru aku ubah berjalan tanpa error di playtest."
|
|
27
|
-
|
|
28
|
-
### Lebih banyak fitur eksklusif Pro
|
|
29
|
-
|
|
30
|
-
Pro membuka fitur tambahan di luar alur kerja inti.
|
|
31
|
-
|
|
32
|
-
- **Operasi massal** — Buat, ubah, atau hapus beberapa instance dalam satu permintaan
|
|
33
|
-
- **Pembuatan terrain** — Isi dengan blok, bola, silinder, wedge, dan ganti material
|
|
34
|
-
- **Pencarian/penyisipan aset** — Cari di marketplace Roblox dan sisipkan aset langsung
|
|
35
|
-
- **Analisis spasial** — Raycast, temukan tanah, pencarian area datar, deteksi tabrakan
|
|
36
|
-
- **Kontrol lingkungan** — Pencahayaan, atmosfer, langit, dan pengaturan waktu
|
|
37
|
-
- **Audio/Animasi** — Pemutaran suara dan muat/putar animasi
|
|
38
|
-
|
|
39
|
-
## Beli lalu aktifkan
|
|
40
|
-
|
|
41
|
-
### Langkah 1: Beli lisensi langganan Pro di Gumroad
|
|
42
|
-
|
|
43
|
-
1. Buka [Gumroad - Weppy Roblox Plugin](https://gumroad.com/l/faccjs?utm_source=github&utm_medium=repo&utm_campaign=pro_upgrade_md)
|
|
44
|
-
2. Selesaikan pembelian lisensi langganan Pro
|
|
45
|
-
3. Salin license key yang kamu terima setelah pembelian
|
|
46
|
-
|
|
47
|
-
Kamu hanya perlu mengaktifkan lisensi sekali, baik di plugin maupun di dashboard. Keduanya berbagi status lisensi lokal MCP yang sama, jadi saat diaktifkan di satu tempat, status yang sama akan muncul di tempat lainnya.
|
|
48
|
-
|
|
49
|
-
### Aktifkan di plugin
|
|
50
|
-
|
|
51
|
-
1. Buka **WEPPY** di Roblox Studio lalu hubungkan ke MCP server.
|
|
52
|
-
2. Buka bagian **Settings > License** di plugin.
|
|
53
|
-
3. Tempel key yang sudah dibeli ke field `License key`.
|
|
54
|
-
4. Klik **Activate** untuk mengaktifkan lisensi.
|
|
55
|
-
5. Jika status belum langsung diperbarui, klik **Refresh**.
|
|
56
|
-
6. Setelah aktivasi berhasil, status berubah dari Basic ke Pro dan fitur Pro bisa digunakan.
|
|
57
|
-
|
|
58
|
-

|
|
59
|
-
|
|
60
|
-
### Aktifkan di dashboard
|
|
61
|
-
|
|
62
|
-
1. Jalankan MCP server lalu buka **Settings > License** di dashboard.
|
|
63
|
-
2. Pastikan provider disetel ke `gumroad`.
|
|
64
|
-
3. Tempel key yang sudah dibeli ke field `License Key`.
|
|
65
|
-
4. Klik **Activate License** untuk mengaktifkan lisensi.
|
|
66
|
-
5. Jika perlu, gunakan **Refresh License** untuk mengambil status terbaru.
|
|
67
|
-
|
|
68
|
-

|
|
69
|
-
|
|
70
|
-
### Setelah aktivasi
|
|
71
|
-
|
|
72
|
-
- Jika status lisensi tampil sebagai `active` atau `grace`, fitur Pro sudah bisa digunakan.
|
|
73
|
-
- Plugin dan dashboard berbagi status lisensi yang sama, jadi aktivasi di satu tempat akan tercermin di tempat lainnya.
|
|
74
|
-
- Gunakan **Refresh** atau **Refresh License** jika ingin memeriksa status terbaru lagi.
|
|
75
|
-
|
|
76
|
-
## Perbandingan Fitur
|
|
77
|
-
|
|
78
|
-
| Fitur | Basic | Pro |
|
|
79
|
-
|-------|:-----:|:---:|
|
|
80
|
-
| Buat/edit script | ✅ | ✅ |
|
|
81
|
-
| Buat/hapus/pindah instance | ✅ | ✅ + operasi massal |
|
|
82
|
-
| Baca/ubah properti | ✅ | ✅ + perubahan massal |
|
|
83
|
-
| Seleksi, tag, pencarian | ✅ | ✅ |
|
|
84
|
-
| Kontrol kamera | ✅ | ✅ |
|
|
85
|
-
| Pemantauan log | ✅ | ✅ |
|
|
86
|
-
| Eksekusi kode Luau | ✅ | ✅ |
|
|
87
|
-
| Sinkronisasi proyek | Studio → Local satu arah | Dua arah + arah/mode per tipe |
|
|
88
|
-
| Sync multi-place | — | Hingga 3 Place secara bersamaan |
|
|
89
|
-
| Riwayat perubahan | — | Lacak perubahan sebelum diterapkan |
|
|
90
|
-
| Kontrol playtest | — | Putar / hentikan / jeda / lanjutkan + tes otomatis |
|
|
91
|
-
| Pembuatan/pengeditan terrain | — | Blok, bola, silinder, wedge, penggantian material |
|
|
92
|
-
| Pencarian/penyisipan aset | — | Cari di marketplace Roblox dan sisipkan langsung |
|
|
93
|
-
| Analisis spasial | — | Raycast, temukan tanah, deteksi tabrakan |
|
|
94
|
-
| Kontrol lingkungan | — | Pencahayaan, atmosfer, langit, waktu |
|
|
95
|
-
| Audio / Animasi | — | Pemutaran suara, muat/putar animasi |
|
|
96
|
-
| Efisiensi token AI | Aksi per-item | Lebih sedikit panggilan dengan aksi massal |
|
package/docs/id/sync/luau-lsp.md
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# Menggunakan `luau-lsp` dengan WEPPY Sync
|
|
2
|
-
|
|
3
|
-
WEPPY Sync bisa membuat file sourcemap yang dibutuhkan `luau-lsp` secara otomatis, jadi kamu bisa menyalakan fitur editor yang paham konteks Roblox tanpa menyiapkan proyek Rojo terpisah.
|
|
4
|
-
|
|
5
|
-
## File yang ditulis WEPPY
|
|
6
|
-
|
|
7
|
-
Setelah Full Sync selesai, WEPPY menulis:
|
|
8
|
-
|
|
9
|
-
- Place sourcemap: `weppy-project-sync/place_<id>/sourcemap.json`
|
|
10
|
-
- File perwakilan root: `weppy-project-sync/sourcemap.json`
|
|
11
|
-
|
|
12
|
-
Untuk kebanyakan user, path yang direkomendasikan adalah `weppy-project-sync/sourcemap.json`.
|
|
13
|
-
|
|
14
|
-
## Manfaatnya
|
|
15
|
-
|
|
16
|
-
Saat `luau-lsp` membaca sourcemap dari WEPPY, hal berikut akan membaik:
|
|
17
|
-
|
|
18
|
-
- Autocomplete `game.*`
|
|
19
|
-
- Navigasi antar script yang tersinkron
|
|
20
|
-
- Resolusi `require` antar script yang tersinkron
|
|
21
|
-
|
|
22
|
-
## Setup yang direkomendasikan
|
|
23
|
-
|
|
24
|
-
1. Jalankan Full Sync sekali agar WEPPY membuat `weppy-project-sync/sourcemap.json`.
|
|
25
|
-
2. Arahkan pengaturan sourcemap `luau-lsp` di editor kamu ke `weppy-project-sync/sourcemap.json`.
|
|
26
|
-
3. Jika client kamu bisa mematikan autogenerate Rojo, set `luau-lsp.sourcemap.autogenerate` ke `false`.
|
|
27
|
-
|
|
28
|
-
Contoh pengaturan VSCode:
|
|
29
|
-
|
|
30
|
-
```json
|
|
31
|
-
{
|
|
32
|
-
"luau-lsp.sourcemap.enabled": true,
|
|
33
|
-
"luau-lsp.sourcemap.autogenerate": false,
|
|
34
|
-
"luau-lsp.sourcemap.sourcemapFile": "weppy-project-sync/sourcemap.json"
|
|
35
|
-
}
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Catatan Multi-place
|
|
39
|
-
|
|
40
|
-
`weppy-project-sync/sourcemap.json` mengikuti place perwakilan proyek saat ini.
|
|
41
|
-
Kalau kamu butuh place yang tetap, arahkan `luau-lsp` langsung ke `weppy-project-sync/place_<id>/sourcemap.json` milik place tersebut.
|
package/docs/id/sync/overview.md
DELETED
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
# Panduan detail Sync Roblox MCP
|
|
2
|
-
|
|
3
|
-
Sync menghubungkan status Roblox Studio dan file lokal agar AI bisa membaca dan memodifikasi konteks proyek secara utuh dan stabil.
|
|
4
|
-
|
|
5
|
-
## Kenapa Sync penting
|
|
6
|
-
|
|
7
|
-
Tanpa Sync, AI hanya melihat potongan kode yang ditempel di chat. Dengan Sync aktif, AI bekerja dari keseluruhan proyek.
|
|
8
|
-
|
|
9
|
-
- Terapkan refactor lintas banyak script secara konsisten
|
|
10
|
-
- Tinjau perubahan berisiko lebih cepat lewat riwayat
|
|
11
|
-
- Jaga sumber kebenaran antara Studio dan file lokal tetap jelas
|
|
12
|
-
|
|
13
|
-
## Cara kerjanya
|
|
14
|
-
|
|
15
|
-

|
|
16
|
-
|
|
17
|
-
1. Full Sync: mirror awal dari tree/instance Studio ke lokal
|
|
18
|
-
2. Incremental Sync: perubahan baru terus disinkronkan
|
|
19
|
-
3. Pelacakan History/Status: cek apa yang berubah, kapan, dan ke arah mana
|
|
20
|
-
|
|
21
|
-
Data Sync disimpan di `{projectRoot}/weppy-project-sync/place_{placeId}/explorer`.
|
|
22
|
-
Selain itu, WEPPY menulis sourcemap per place ke `{projectRoot}/weppy-project-sync/place_{placeId}/sourcemap.json` dan menjaga file perwakilan root yang direkomendasikan di `{projectRoot}/weppy-project-sync/sourcemap.json`.
|
|
23
|
-
Untuk integrasi editor seperti `luau-lsp`, sebaiknya gunakan path root. Langkah setup dijelaskan di [Menggunakan `luau-lsp` dengan WEPPY Sync](./luau-lsp.md).
|
|
24
|
-
|
|
25
|
-
### Jelajahi data sync di VSCode
|
|
26
|
-
|
|
27
|
-
Instal ekstensi [WEPPY Roblox Explorer](../explorer/overview.md) untuk menjelajahi tree instance yang sudah tersinkron di VSCode, seperti di Roblox Studio.
|
|
28
|
-
Explorer membaca file sync yang dihasilkan di sini, dan juga bisa menampilkan status sync live serta informasi direction saat server MCP lokal sedang berjalan.
|
|
29
|
-
|
|
30
|
-

|
|
31
|
-
|
|
32
|
-
- Tree service/instance dengan ikon kelas Roblox
|
|
33
|
-
- Klik script untuk membukanya dan mengedit
|
|
34
|
-
- Badge status sync menampilkan status modified/conflict
|
|
35
|
-
|
|
36
|
-
## Basic vs Pro
|
|
37
|
-
|
|
38
|
-
| Item | Basic | Pro |
|
|
39
|
-
|------|------|-----|
|
|
40
|
-
| Arah sync | Studio -> Local | Dua arah |
|
|
41
|
-
| Direction per tipe | Tidak didukung | Didukung (Scripts / Values / Containers / Data / Services) |
|
|
42
|
-
| Apply Mode per tipe | Tidak didukung | Didukung (Auto / Manual) |
|
|
43
|
-
| API status/riwayat | Tidak didukung | Didukung (`status_current_place`, `history`, `progress`) |
|
|
44
|
-
| Tool `manage_sync` | Tidak didukung | Didukung |
|
|
45
|
-
| Sync multiplace | Tidak didukung | Didukung (hingga 3 place) |
|
|
46
|
-
|
|
47
|
-
## Target sync dan aturan eksklusi default
|
|
48
|
-
|
|
49
|
-
Layanan yang disinkronkan secara default:
|
|
50
|
-
|
|
51
|
-
- `Workspace`
|
|
52
|
-
- `Lighting`
|
|
53
|
-
- `ReplicatedStorage`
|
|
54
|
-
- `ServerStorage`
|
|
55
|
-
- `ServerScriptService`
|
|
56
|
-
- `StarterGui`
|
|
57
|
-
- `StarterPlayer`
|
|
58
|
-
- `StarterPack`
|
|
59
|
-
- `ReplicatedFirst`
|
|
60
|
-
- `SoundService`
|
|
61
|
-
- `Chat`
|
|
62
|
-
- `LocalizationService`
|
|
63
|
-
|
|
64
|
-
Eksklusi default:
|
|
65
|
-
|
|
66
|
-
- Kelas: `Terrain`, `Camera`
|
|
67
|
-
- Path terlarang demi keamanan: `CoreGui`, `CorePackages`, `RobloxScript`, `RobloxScriptSecurity`
|
|
68
|
-
|
|
69
|
-
## Direction dan Apply Mode
|
|
70
|
-
|
|
71
|
-
### Direction (arah sync per tipe)
|
|
72
|
-
|
|
73
|
-
- `forward`: Studio -> Local
|
|
74
|
-
- `reverse`: Local -> Studio
|
|
75
|
-
- `bidirectional`: dua arah
|
|
76
|
-
|
|
77
|
-
Tipe dikelola terpisah: `scripts`, `values`, `containers`, `data`, `services`.
|
|
78
|
-
|
|
79
|
-
### Apply Mode (cara menerapkan perubahan reverse)
|
|
80
|
-
|
|
81
|
-
- `manual`: user konfirmasi sebelum diterapkan ke Studio
|
|
82
|
-
- `auto`: perubahan terdeteksi diterapkan otomatis
|
|
83
|
-
|
|
84
|
-
Di Pro, Direction dan Apply Mode bisa diatur per tipe.
|
|
85
|
-
|
|
86
|
-
## Panduan aksi `manage_sync` (Pro)
|
|
87
|
-
|
|
88
|
-
| Aksi | Deskripsi | Parameter utama |
|
|
89
|
-
|------|------|-----------|
|
|
90
|
-
| `status_current_place` | Cek status sync saat ini untuk Place yang terhubung | `-` |
|
|
91
|
-
| `history` | Ambil riwayat perubahan | `placeId`, `query.limit`, `query.offset` |
|
|
92
|
-
| `directions` | Ambil Direction per tipe | `placeId` |
|
|
93
|
-
| `read_file` | Baca file yang sudah tersinkron | `placeId`, `instancePath` |
|
|
94
|
-
| `write_file` | Tulis file yang sudah tersinkron | `placeId`, `instancePath`, `content` |
|
|
95
|
-
| `progress` | Lihat progres/throughput sync realtime | `placeId` |
|
|
96
|
-
|
|
97
|
-
## Workflow yang disarankan
|
|
98
|
-
|
|
99
|
-
### 1) Mulai dengan aman
|
|
100
|
-
|
|
101
|
-
- Selesaikan Full Sync dulu sebagai baseline
|
|
102
|
-
- Awali dengan mode `manual` untuk menurunkan risiko
|
|
103
|
-
|
|
104
|
-
### 2) Bekerja dengan AI
|
|
105
|
-
|
|
106
|
-
- "Cek status sync, lalu rangkum hanya perubahan berisiko dari riwayat terbaru"
|
|
107
|
-
- "Refactor dulu script di `ServerScriptService` dan sertakan catatan riwayat"
|
|
108
|
-
|
|
109
|
-
### 3) Menyelesaikan konflik
|
|
110
|
-
|
|
111
|
-
Ketika perubahan terdeteksi di sisi Studio maupun lokal selama sinkronisasi dua arah, dialog resolusi konflik akan muncul.
|
|
112
|
-
|
|
113
|
-

|
|
114
|
-
|
|
115
|
-
- **Studio Priority**: timpa dengan status Studio sebagai sumber kebenaran
|
|
116
|
-
- **Local Priority**: terapkan file lokal ke Studio
|
|
117
|
-
- **Per-File**: pilih sisi mana yang diprioritaskan untuk setiap file secara individual
|
|
118
|
-
|
|
119
|
-
### 4) Pemulihan saat dibutuhkan
|
|
120
|
-
|
|
121
|
-
- Lacak perubahan terbaru dengan `history`
|
|
122
|
-
- Periksa file target dengan `read_file`
|
|
123
|
-
- Pulihkan konten dengan `write_file`, lalu verifikasi status di Studio
|
|
124
|
-
|
|
125
|
-
## Format file (v2 nested directory)
|
|
126
|
-
|
|
127
|
-
Setiap instance Roblox disimpan sebagai direktori sendiri dengan file meta di dalamnya:
|
|
128
|
-
|
|
129
|
-
```
|
|
130
|
-
explorer/
|
|
131
|
-
├── Workspace/
|
|
132
|
-
│ ├── _tree.json
|
|
133
|
-
│ ├── Part/
|
|
134
|
-
│ │ └── Part.props.json
|
|
135
|
-
│ ├── MyScript/
|
|
136
|
-
│ │ └── MyScript.server.luau
|
|
137
|
-
│ └── Coins/
|
|
138
|
-
│ └── Coins.value.json
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
Konvensi penamaan:
|
|
142
|
-
- Properti: `{Name}/{Name}.props.json`
|
|
143
|
-
- Script: `{Name}/{Name}.server.luau` / `.client.luau` / `.module.luau`
|
|
144
|
-
- Nilai: `{Name}/{Name}.value.json`
|
|
145
|
-
|
|
146
|
-
Instance dengan nama duplikat menggunakan sufiks `~N` pada direktori (contoh: `Part~2/Part.props.json`).
|
|
147
|
-
Nama yang mengandung `~` di-escape menjadi `~~` (contoh: `Part~2` → `Part~~2/`). Aturan Odd-Count Tilde: `~+N` di akhir ditafsirkan sebagai sufiks collision hanya jika jumlah tilde ganjil.
|
|
148
|
-
|
|
149
|
-
## Dokumen terkait
|
|
150
|
-
|
|
151
|
-
- [Menggunakan `luau-lsp` dengan WEPPY Sync](./luau-lsp.md)
|
|
152
|
-
- [Cakupan tool (Tools Overview)](../tools/overview.md)
|
|
153
|
-
- [Panduan Upgrade Pro](https://weppyai.com/en/plans)
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
# Asset & efek
|
|
2
|
-
|
|
3
|
-
> Sisipkan asset dan kendalikan tween, audio, partikel, animasi, dan grup tabrakan.
|
|
4
|
-
|
|
5
|
-
## Tool yang termasuk
|
|
6
|
-
|
|
7
|
-
| Tool | Tier | Deskripsi |
|
|
8
|
-
|------|:----:|-----------|
|
|
9
|
-
| `manage_assets` | Pro | Mencari di Creator Store, menyisipkan model dan package, memeriksa info asset |
|
|
10
|
-
| `manage_tween` | Pro | Membuat, memutar, menjeda, dan membatalkan tween |
|
|
11
|
-
| `manage_animation` | Pro | Memuat, memutar, menghentikan, dan memeriksa track animasi |
|
|
12
|
-
| `manage_audio` | Pro | Memutar, menghentikan, menjeda, dan melanjutkan suara; mengatur listener |
|
|
13
|
-
| `manage_effects` | Pro | Mengeluarkan partikel, membersihkan efek, dan mengubah status efek |
|
|
14
|
-
| `manage_physics` | Pro | Mendaftarkan grup tabrakan dan mengatur tabrakan |
|
|
15
|
-
|
|
16
|
-
## Alur kerja utama
|
|
17
|
-
|
|
18
|
-
### Menyusun scene dengan asset
|
|
19
|
-
|
|
20
|
-
```
|
|
21
|
-
"Cari model pohon di Creator Store lalu tempatkan tiga buah di Workspace."
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
Gunakan `manage_assets.search_insert` untuk mencari dan menyisipkan dalam satu langkah.
|
|
25
|
-
|
|
26
|
-
### Membuat interaksi visual
|
|
27
|
-
|
|
28
|
-
```
|
|
29
|
-
"Buat pintu terbuka dengan tween 3 detik saat diklik."
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
Gunakan `manage_tween.create` untuk mendefinisikan gerakan dan `manage_tween.play` untuk memutarnya. Bisa dipadukan dengan `manage_audio.play` untuk efek suara.
|
|
33
|
-
|
|
34
|
-
### Menggabungkan partikel dan audio
|
|
35
|
-
|
|
36
|
-
```
|
|
37
|
-
"Putar suara ledakan dan keluarkan partikel saat boss muncul."
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Gunakan `manage_effects.emit` untuk partikelnya dan `manage_audio.play` untuk suaranya.
|
|
41
|
-
|
|
42
|
-
## Referensi aksi
|
|
43
|
-
|
|
44
|
-
### Manage Assets (Pro)
|
|
45
|
-
|
|
46
|
-
| Aksi | Deskripsi | Tier |
|
|
47
|
-
|------|-----------|------|
|
|
48
|
-
| `insert` | Menyisipkan model berdasarkan ID asset | Pro |
|
|
49
|
-
| `info` | Mendapatkan metadata asset | Pro |
|
|
50
|
-
| `search` | Mencari di Creator Store | Pro |
|
|
51
|
-
| `search_insert` | Mencari dan menyisipkan kecocokan pertama | Pro |
|
|
52
|
-
| `insert_free` | Menyisipkan model gratis | Pro |
|
|
53
|
-
| `insert_package` | Menyisipkan package | Pro |
|
|
54
|
-
| `export` | Mengekspor seleksi saat ini | Pro |
|
|
55
|
-
|
|
56
|
-
### Manage Tween (Pro)
|
|
57
|
-
|
|
58
|
-
| Aksi | Deskripsi | Tier |
|
|
59
|
-
|------|-----------|------|
|
|
60
|
-
| `create` | Membuat tween dengan properti target | Pro |
|
|
61
|
-
| `play` | Memutar tween yang dibuat | Pro |
|
|
62
|
-
| `pause` | Menjeda tween yang berjalan | Pro |
|
|
63
|
-
| `cancel` | Membatalkan tween | Pro |
|
|
64
|
-
|
|
65
|
-
### Manage Animation (Pro)
|
|
66
|
-
|
|
67
|
-
| Aksi | Deskripsi | Tier |
|
|
68
|
-
|------|-----------|------|
|
|
69
|
-
| `load` | Memuat animasi pada Humanoid atau AnimationController | Pro |
|
|
70
|
-
| `play` | Memutar track animasi yang dimuat | Pro |
|
|
71
|
-
| `stop` | Menghentikan animasi yang diputar | Pro |
|
|
72
|
-
| `get_tracks` | Mendaftar semua track animasi yang dimuat | Pro |
|
|
73
|
-
|
|
74
|
-
### Manage Audio (Pro)
|
|
75
|
-
|
|
76
|
-
| Aksi | Deskripsi | Tier |
|
|
77
|
-
|------|-----------|------|
|
|
78
|
-
| `play` | Memutar suara dan membuat `Sound` jika diperlukan | Pro |
|
|
79
|
-
| `stop` | Menghentikan suara yang diputar | Pro |
|
|
80
|
-
| `pause` | Menjeda suara yang diputar | Pro |
|
|
81
|
-
| `resume` | Melanjutkan suara yang dijeda | Pro |
|
|
82
|
-
| `set_listener` | Mengatur tipe atau target listener audio | Pro |
|
|
83
|
-
|
|
84
|
-
### Manage Effects (Pro)
|
|
85
|
-
|
|
86
|
-
| Aksi | Deskripsi | Tier |
|
|
87
|
-
|------|-----------|------|
|
|
88
|
-
| `emit` | Mengeluarkan partikel dari `ParticleEmitter` | Pro |
|
|
89
|
-
| `clear` | Membersihkan semua partikel | Pro |
|
|
90
|
-
| `toggle` | Mengaktifkan atau menonaktifkan efek | Pro |
|
|
91
|
-
|
|
92
|
-
### Manage Physics (Pro)
|
|
93
|
-
|
|
94
|
-
| Aksi | Deskripsi | Tier |
|
|
95
|
-
|------|-----------|------|
|
|
96
|
-
| `register_group` | Mendaftarkan grup tabrakan | Pro |
|
|
97
|
-
| `set_collidable` | Mengatur apakah dua grup bisa bertabrakan | Pro |
|
|
98
|
-
| `get_groups` | Mendaftar semua grup tabrakan yang terdaftar | Pro |
|
|
99
|
-
|
|
100
|
-
## Dokumen terkait
|
|
101
|
-
|
|
102
|
-
- [Instance & properti](instances-and-properties.md) - membuat dan menempatkan objek
|
|
103
|
-
- [Dunia & lingkungan](world-and-environment.md) - lighting, terrain, dan kamera
|
|
104
|
-
- [Daftar tool lengkap](overview.md)
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
# Instance & properti
|
|
2
|
-
|
|
3
|
-
> Cari, buat, dan edit instance Roblox Studio sambil mengelola properti, atribut, dan tag.
|
|
4
|
-
|
|
5
|
-
## Tool yang termasuk
|
|
6
|
-
|
|
7
|
-
| Tool | Tier | Deskripsi |
|
|
8
|
-
|------|:----:|-----------|
|
|
9
|
-
| `query_instances` | Campuran | Mencari instance, menelusuri hierarki, dan memeriksa info kelas |
|
|
10
|
-
| `mutate_instances` | Campuran | Membuat, menghapus, mengkloning, memindahkan, dan mengganti nama instance |
|
|
11
|
-
| `manage_properties` | Campuran | Membaca dan menulis properti, atribut, dan tag |
|
|
12
|
-
|
|
13
|
-
## Alur kerja utama
|
|
14
|
-
|
|
15
|
-
### Memahami struktur scene
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
"Cari semua Part di bawah Workspace lalu beri tahu posisi dan ukurannya."
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
Gunakan `query_instances.search_class` untuk menemukan Part, lalu `manage_properties.mass_get` untuk membaca `Position` dan `Size` secara massal.
|
|
22
|
-
|
|
23
|
-
### Menempatkan objek secara massal
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
"Tempatkan 4 SpawnLocation membentuk persegi di tengah map dan beri TeamColor yang berbeda untuk masing-masing."
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Gunakan `mutate_instances.mass_create` untuk membuat semuanya dalam satu permintaan, lalu `manage_properties.mass_set` untuk mengatur propertinya.
|
|
30
|
-
|
|
31
|
-
### Mengelola objek berdasarkan tag
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
"Cari semua objek dengan tag Collectible lalu ubah Anchored menjadi true."
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
Gunakan `manage_properties.get_tagged` untuk mengumpulkan instance, lalu `manage_properties.mass_set` untuk memperbaruinya.
|
|
38
|
-
|
|
39
|
-
## Referensi aksi
|
|
40
|
-
|
|
41
|
-
### Query Instances (Campuran)
|
|
42
|
-
|
|
43
|
-
| Aksi | Deskripsi | Tier |
|
|
44
|
-
|------|-----------|------|
|
|
45
|
-
| `get` | Mendapatkan properti instance berdasarkan path | Basic |
|
|
46
|
-
| `children` | Mendapatkan anak langsung atau semua keturunan | Basic |
|
|
47
|
-
| `find_child` | Mencari anak pertama berdasarkan nama dan filter kelas opsional | Basic |
|
|
48
|
-
| `find_descendant` | Mencari keturunan pertama berdasarkan nama | Basic |
|
|
49
|
-
| `wait_for_child` | Menunggu anak muncul (dengan timeout) | Basic |
|
|
50
|
-
| `class_info` | Mendapatkan informasi kelas dan properti yang valid | Basic |
|
|
51
|
-
| `search_name` | Mencari instance berdasarkan pola nama (mendukung wildcard) | Basic |
|
|
52
|
-
| `search_class` | Mencari instance berdasarkan nama kelas | Basic |
|
|
53
|
-
| `file_tree` | Mendapatkan struktur pohon file dari root | Pro |
|
|
54
|
-
| `project_structure` | Mendapatkan struktur proyek lengkap | Pro |
|
|
55
|
-
| `descendants` | Mendapatkan semua keturunan dari sebuah instance | Pro |
|
|
56
|
-
| `ancestors` | Mendapatkan semua leluhur dari sebuah instance | Pro |
|
|
57
|
-
| `search_property` | Mencari instance berdasarkan nilai properti | Pro |
|
|
58
|
-
| `search_tag` | Mencari instance berdasarkan tag | Pro |
|
|
59
|
-
|
|
60
|
-
### Mutate Instances (Campuran)
|
|
61
|
-
|
|
62
|
-
| Aksi | Deskripsi | Tier |
|
|
63
|
-
|------|-----------|------|
|
|
64
|
-
| `create` | Membuat instance baru | Basic |
|
|
65
|
-
| `create_with_props` | Membuat instance dengan properti awal | Basic |
|
|
66
|
-
| `delete` | Menghapus instance | Basic |
|
|
67
|
-
| `clone` | Mengkloning instance | Basic |
|
|
68
|
-
| `move` | Memindahkan instance ke parent baru | Basic |
|
|
69
|
-
| `rename` | Mengganti nama instance | Basic |
|
|
70
|
-
| `pivot` | Mengatur posisi pivot atau CFrame | Basic |
|
|
71
|
-
| `create_tree` | Membuat pohon instance hierarkis | Pro |
|
|
72
|
-
| `mass_create` | Membuat beberapa instance sekaligus | Pro |
|
|
73
|
-
| `mass_delete` | Menghapus beberapa instance | Pro |
|
|
74
|
-
| `mass_duplicate` | Menduplikasi beberapa instance | Pro |
|
|
75
|
-
| `smart_duplicate` | Menduplikasi dengan jarak dan jumlah | Pro |
|
|
76
|
-
|
|
77
|
-
### Manage Properties (Campuran)
|
|
78
|
-
|
|
79
|
-
| Aksi | Deskripsi | Tier |
|
|
80
|
-
|------|-----------|------|
|
|
81
|
-
| `get` | Mendapatkan nilai satu properti | Basic |
|
|
82
|
-
| `set` | Mengatur nilai satu properti | Basic |
|
|
83
|
-
| `get_all` | Mendapatkan semua properti dari sebuah instance | Basic |
|
|
84
|
-
| `set_multiple` | Mengatur beberapa properti sekaligus | Basic |
|
|
85
|
-
| `get_attr` | Mendapatkan nilai atribut | Basic |
|
|
86
|
-
| `set_attr` | Mengatur nilai atribut | Basic |
|
|
87
|
-
| `get_all_attrs` | Mendapatkan semua atribut | Basic |
|
|
88
|
-
| `delete_attr` | Menghapus atribut | Basic |
|
|
89
|
-
| `add_tag` | Menambahkan tag ke instance | Basic |
|
|
90
|
-
| `remove_tag` | Menghapus tag dari instance | Basic |
|
|
91
|
-
| `check_tag` | Memeriksa apakah instance memiliki tag | Basic |
|
|
92
|
-
| `get_tags` | Mendapatkan semua tag pada instance | Basic |
|
|
93
|
-
| `get_tagged` | Mendapatkan semua instance dengan tag tertentu | Basic |
|
|
94
|
-
| `set_calculated` | Mengatur properti menggunakan ekspresi matematika | Pro |
|
|
95
|
-
| `set_relative` | Mengatur properti relatif terhadap nilai saat ini | Pro |
|
|
96
|
-
| `mass_set` | Mengatur properti pada beberapa instance | Pro |
|
|
97
|
-
| `mass_get` | Mendapatkan properti dari beberapa instance | Pro |
|
|
98
|
-
| `modify_children` | Memodifikasi semua anak dari sebuah parent | Pro |
|
|
99
|
-
|
|
100
|
-
## Dokumen terkait
|
|
101
|
-
|
|
102
|
-
- [Scripting & eksekusi kode](scripting.md) - menambah atau mengubah script pada instance
|
|
103
|
-
- [Asset & efek](assets-and-effects.md) - menyisipkan model, tween, dan efek
|
|
104
|
-
- [Daftar tool lengkap](overview.md)
|