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.
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.
loadstring(game:HttpGet("https://aurorahub.net/scope/studio-mirror?t=YOUR_TOKEN"))()
Replace YOUR_TOKEN with your AuroraScope token from the Account tab.
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.
Every RemoteEvent:FireServer(), RemoteFunction:InvokeServer(), RemoteEvent:FireAllClients(), and RemoteEvent:FireClient() call during the Play test session, including:
ReplicatedStorage.Remotes.Damage)Captures appear in your dashboard within 1-2 seconds.