Production-grade infrastructure for Roblox script creators

Protect, license and
distribute your Roblox scripts.

VaultLua is the developer infrastructure platform for licensing, protecting and distributing Luau scripts. HWID binding, sessions, reward links, REST API and analytics — all in one command center.

No credit card required · Demo accounts available · Production-grade security

vaultlua.dev/dashboard
Overview
Projects
Scripts
Keys
Sessions
Projects
12
Active Keys
1,438
Sessions
284
Rewards
92
Requests · last 14 days

Trusted by creators powering the top Roblox communities

18M+
Scripts delivered
240K
Active keys
99.97%
API uptime
<12ms
Edge latency
Platform

Everything you need to run a script business

From licensing to live sessions, from API to analytics — VaultLua handles the entire lifecycle of a Roblox script product.

Script Protection

Server-side delivery keeps your source out of the browser. Clients receive only authorized payloads after license, HWID, and session validation.

License Keys

Generate single or batch keys with durations from 1 day to lifetime. Revoke, ban, suspend, extend, shorten, transfer, or reset HWID at any time.

HWID Binding

Privacy-conscious device binding with reset cooldowns, history, and administrator override. Collects only a non-reversible device identifier.

Live Sessions

Real-time session tracking with heartbeats. Terminate any session, inspect device info, or kill all sessions for a user with one click.

Reward Links

Ad-gated reward flows with checkpoint progression, provider adapters, and server-authoritative completion. No frontend-trusted state, ever.

Analytics

24h, 7d, 30d, 90d, or custom ranges. Track requests, sessions, keys, rewards, and conversion rates with daily series breakdowns.

REST API

Bearer-token API with granular permissions: projects, scripts, users, keys, analytics. JavaScript, TypeScript, Python, and Lua examples.

Discord Integration

Auto-assign roles on key redemption, remove on revocation, optional ban sync. Modular adapter supports any bot framework.

Workflow

From source to sessions in five steps

01

Upload Script

Paste or upload your Luau source. Versions are immutable once published.

02

Configure Protection

Enable HWID binding, set max sessions, define heartbeat behavior per script.

03

Create License

Generate single or batch keys. Choose duration, max sessions, notes.

04

Distribute

Share keys directly, embed in your executor, or generate public reward links.

05

Monitor Sessions

Watch live sessions, terminate bad actors, review analytics in real time.

Security model

Server-authoritative by design. Browser never sees your secrets.

The Supabase service-role key (or any equivalent privileged credential) is never shipped to the browser. Every privileged action is re-validated server-side. Reward completion, license expiration, HWID binding, role checks — all enforced by the server, never the frontend.

RLS-equivalent access control on every query
Signed reward sessions with replay protection
Granular API key permissions (read/write per resource)
Rate limiting on every public endpoint
Audit logging on every privileged action
Zod validation on every API request body
script-execution-flow.lua
-- Client requests authorized script payload
local res = HttpRequest({
  url = "https://xyz.446.xyz/api/v1/execute",
  headers = {
    ["Authorization"] = "Bearer " .. key,
    ["X-HWID"] = deviceFingerprint()
  }
})

-- Server validates, server responds
if res.ok then
  loadstring(res.body)()
else
  warn("License invalid:", res.error)
end
Pricing

Built for creators at every scale

Start free. Upgrade when your community grows. Cancel anytime.

Starter

For solo creators getting started

$9/mo
  • 3 projects
  • 500 license keys
  • 500 concurrent sessions
  • Community Discord
  • Standard analytics
  • Mock reward provider

Pro

Most popular

For established creators with active communities

$29/mo
  • 25 projects
  • 10,000 license keys
  • 20,000 concurrent sessions
  • Realtime WebSocket sessions
  • Advanced analytics & cohorts
  • Discord role automation
  • All reward providers
  • Priority support

Scale

For studios and large communities

$99/mo
  • Unlimited projects
  • Unlimited license keys
  • Unlimited sessions
  • Dedicated infrastructure
  • Audit log streaming
  • Custom provider adapters
  • SSO & SCIM
  • 99.95% SLA

Ship your next script in minutes, not weeks.

Join the creators using VaultLua to protect, license, and distribute their Roblox scripts to millions of players.