If you ship a Rayfield script, you've probably bolted on a key system once before. Sirius gives you the production-grade version — managed keys, ad-gating, watermarks, HWID resets — wired up in about a minute.
/reset-hwid in your server; the bot enforces a daily quota.The fastest path is four steps:
loadstring(game:HttpGet("https://gate.sirius.menu/gateway?id=<your-script-id>"))()
The gateway resolves the buyer's key, fetches the latest version of your script, watermarks it for that execution, and runs it. You never write key-handling code yourself.
Rayfield's reporter already feeds telemetry into Sirius, so the integration is native. Watermarks are tamper-resistant — they're injected at validate time, so there's no "clean" copy of your source anywhere. Ad-gating, HWID resets, expiry windows, and recovery flows are running paths in production for over a million daily Rayfield executions. You don't have to rebuild any of that.