Sirius ← Back to home

Real Roblox script analytics. Per version, per executor, in real time.

Most Roblox script developers ship blind — a counter on the loadstring, maybe a Discord bot tally. Sirius gives you the dashboard that's been refined on Rayfield since launch: every execution attributed, every executor mapped, every version compared.

See your script's stats — free Plans

What you actually see

How to track your Roblox script

The setup is the same as adding the key system — one loadstring change:

loadstring(game:HttpGet("https://gate.sirius.menu/gateway?id=<your-script-id>"))()

Every execution after that lands in Analytics Engine, attributed to your project. The dashboard reads from AE in real time. No agent install, no extra integration.

Why this beats homegrown

No sampling, no throttling — every execution is counted. Hashed user identity prevents counting the same user twice across executor swaps; the executor field still tells you which client did the run. Every event carries its emitting version, so rollouts are visible instead of guessed.

Start tracking — free Key system →
Built on the analytics layer that processes over a million daily executions from Rayfield.