A tool and extension for inspecting Roblox games.
  • Rust 42.6%
  • Luau 31.5%
  • TypeScript 25.1%
  • JavaScript 0.6%
  • Nix 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-08 01:46:27 +01:00
.claude feat: dom sync 2026-07-09 01:22:20 +01:00
.github chore: remove luau-lsp-plugin submodule and sync workflow 2026-07-07 17:45:48 +01:00
.vscode feat: output redirection 2026-08-03 18:58:30 +01:00
broker feat: ai generated some remote spy. i'll clean this up later 2026-08-08 01:46:27 +01:00
client feat: ai generated some remote spy. i'll clean this up later 2026-08-08 01:46:27 +01:00
extension feat: ai generated some remote spy. i'll clean this up later 2026-08-08 01:46:27 +01:00
.editorconfig feat: dom sync 2026-07-09 01:22:20 +01:00
.envrc chore: migrate template 2026-06-19 20:55:49 +01:00
.gitattributes chore: initialise client project structure 2026-03-08 18:19:44 +00:00
.gitignore feat: ai generated some remote spy. i'll clean this up later 2026-08-08 01:46:27 +01:00
flake.lock chore: migrate template 2026-06-19 20:55:49 +01:00
flake.nix chore: cleanup 2026-08-02 00:42:04 +01:00
LICENSE Initial commit 2026-02-12 12:26:30 +00:00
README.md feat: broker ahh 2026-06-30 22:07:37 +01:00

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.

Sync the DataModel with your IDE, view instances within your auto-complete.

  • Execute script

Run the currently opened .lua/.luau script 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.

Credit and inspirations

  • azul - two-way sync across Studio and VSC
  • verde - live instance tree and editor