Skip to main content

Quickstart Guide

This guide provides a detailed walkthrough of getting your first script protected and distributed using RedstoneGuard.

1. Accessing the Dashboard

  1. Navigate to https://redstoneguard.xyz.
  2. Click Login.
  3. Authenticate using Auth0.

2. Creating a Script

  1. Navigate to the Create page (/dashboard/create).
  2. Script Name: Enter a name for your project.
  3. Verification Provider: Select a provider to support the platform (e.g., Work.ink).
  4. Source Code: Paste your raw Lua/Luau code into the editor.
  5. Click Secure & Create Script.

3. Distributing the Script

After creation, you will see the Loader Script in your dashboard.
  1. Copy the provided code block precisely:
    _G.R_Key = "KEY_HERE" -- Users enter their license key here
    loadstring(game:HttpGet("https://redstoneguard.xyz/api/loader/YOUR_SCRIPT_ID/init"))()
    
  2. Important: Users must obtain a valid key (generated in your Keys tab) and paste it into the _G.R_Key variable for the script to load.

4. Next Steps

  • Generate Keys: Go to the Keys tab in your script dashboard to create licenses for your users.
  • Manage Bans: Use the Bans tab to revoke access for specific users or hardware IDs.