mirror of
https://github.com/Stefanuk12/roprobe.git
synced 2026-08-14 21:04:47 +00:00
A tool and extension for inspecting Roblox games.
- Rust 42.6%
- Luau 31.5%
- TypeScript 25.1%
- JavaScript 0.6%
- Nix 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .claude | ||
| .github | ||
| .vscode | ||
| broker | ||
| client | ||
| extension | ||
| .editorconfig | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
roprobe
A tool and extension for inspecting Roblox games.
Features
- Instance explorer
Similar to Dark Dex, view a menu of all instances and their associated properties.
- Remote spy
View all remotes being fired across all actors, with support for decrypting certain formats.
- luau-lsp instance sync
Sync the DataModel with your IDE, view instances within your auto-complete.
- Execute script
Run the currently opened
.lua/.luauscript from your IDE.
- Output redirection
View the output and errors from your script, directly within your IDE.
- MCP support
Allow AI to interact with the game.
- Multi-instance support
Select which instance to use, when many are active.
Setup
Warning
This project is under active development so it takes some work to get working.