Roblox script hosting, versioned and watermarked.
Upload your script, get a single loadstring URL. Every authorised player loads a watermarked copy of the right version. No CDN tuning, no per-buyer URL juggling, no public source.
What you get
- Versioned uploads. Push new versions through the dashboard. Old versions stay accessible for rollback.
- One-click rollback. Bad release in prod? Point traffic back at the previous version without re-uploading.
- Per-execution watermarks. No two buyers' copies are identical — leaks trace back.
- Private source. Your code lives in Cloudflare D1 (EU region), encrypted at rest. Only the gateway URL returns it.
- Edge-served. Every loadstring hit resolves from Cloudflare's nearest PoP — single-digit ms in most regions.
How to host your Roblox script
- Sign in to Sirius and create a project.
- Upload your script source through the project's Hosting tab.
- Replace your script's external loadstring with the gateway URL:
loadstring(game:HttpGet("https://gate.sirius.menu/gateway?id=<your-script-id>"))()
- Push new versions whenever you ship — the gateway picks up the active version automatically.
What if I don't want my source on someone else's server?
You don't have to use hosting. Sirius still gives you analytics, the key system, and the marketplace if you self-host your loadstring elsewhere. Hosting is opt-in per project. If you do enable it, you can re-download your source or delete it entirely at any time — you keep ownership.