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.
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.
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.