AuroraScope Studio Mirror

← Dashboard
Mirror every InvokeServer and FireServer from your Roblox Studio Play test session to the AuroraScope dashboard. Find broken remotes, debug network calls, or feed the AI script generator with real captures from your own game during development. Works only on games you own.
Safety gate: The mirror script checks game.CreatorId against your Studio user ID and refuses to run if they don't match. You cannot mirror anyone else's game with this tool.

Quick Start (Command Bar)

  1. Open your own game in Roblox Studio.
  2. Open the Command Bar: View → Command Bar.
  3. Copy and paste the loader below, then press Enter.
  4. Press Play. Every remote call streams to your dashboard live.

Loader (paste into Command Bar)

loadstring(game:HttpGet("https://aurorahub.net/scope/studio-mirror?t=YOUR_TOKEN"))()

Replace YOUR_TOKEN with your AuroraScope token from the Account tab.

The Command Bar approach is per-session — you'll re-paste each time you open Studio. For permanent install (toolbar button + dock widget), see the .rbxm plugin section below.

Permanent Plugin (.rbxm — coming soon)

A signed Aurora-Mirror.rbxm plugin is on the roadmap. It'll appear in the Studio plugin toolbar with a one-click toggle, token field, and live capture counter — no Command Bar reload required.

For now, save your token + the loadstring as a Studio snippet via Toolbox → My Snippets to one-click paste it.

What gets captured?

Every RemoteEvent:FireServer(), RemoteFunction:InvokeServer(), RemoteEvent:FireAllClients(), and RemoteEvent:FireClient() call during the Play test session, including:

Captures appear in your dashboard within 1-2 seconds.

Use cases for legit devs

AuroraScope Dashboard Scripts MCP REST API Terms & AUP For game developers · Closes the loop between Studio test runs and AuroraScope