Quickstart Guide
This guide provides a detailed walkthrough of getting your first script protected and distributed using RedstoneGuard.1. Accessing the Dashboard
- Navigate to https://redstoneguard.xyz.
- Click Login.
- Authenticate using Auth0.
2. Creating a Script
- Navigate to the Create page (
/dashboard/create). - Script Name: Enter a name for your project.
- Verification Provider: Select a provider to support the platform (e.g., Work.ink).
- Source Code: Paste your raw Lua/Luau code into the editor.
- Click Secure & Create Script.
3. Distributing the Script
After creation, you will see the Loader Script in your dashboard.- Copy the provided code block precisely:
- Important: Users must obtain a valid key (generated in your Keys tab) and paste it into the
_G.R_Keyvariable 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.