Roblox Integration
Technified Admin
Installation

Installation

Install Technified Admin using the Technified Manager plugin.

Why Use the Manager?

Due to Roblox Creator Store policies, Technified Admin cannot be distributed directly on the Creator Store because it uses require() for modules. The Technified Manager bypasses this limitation by installing the system from Technified's servers.

Prerequisites

Before installing:

  1. Technified Manager - Get it from the Creator Store (opens in a new tab)
  2. API Key - From Dashboard → Settings → API Keys
  3. Guild ID - Your Discord server ID
  4. HTTP Requests - Enable in Game Settings → Security

Installation Steps

Step 1: Install the Manager

  1. Open the Technified Manager (opens in a new tab) on Creator Store
  2. Click "Get Plugin"
  3. Open Roblox Studio
  4. Find "Technified Manager" in the Plugins tab

Step 2: Run the Installation

  1. Open the Technified Manager from the Plugins tab
  2. Click "Install Admin System"
  3. Wait for installation to complete
  4. The admin system files are added to your game

Step 3: Configure

After installation, configure your connection:

Option A: Using the Manager's Editor

  1. In the Manager, click "Configuration"
  2. Enter your API Key
  3. Enter your Guild ID
  4. Save changes

Option B: Manual Configuration

  1. Open ServerScriptService/TechnifiedAdmin/Shared/Config.lua
  2. Set your API key and Guild ID:
Config.API = {
    BaseURL = "https://api.technified.xyz/api/v1",
    APIKey = "technified_your_key_here",
    GuildID = "your_guild_id_here",
    RequestTimeout = 10,
}

Step 4: Enable HTTP Requests

  1. Go to Home → Game Settings
  2. Click Security
  3. Enable "Allow HTTP Requests"
  4. Click Save

Step 5: Test

  1. Play the game in Studio
  2. Press F9 to open the console
  3. Look for [Technified] messages indicating successful connection
  4. Press F3 to open the Admin Panel
  5. Try a command like :cmds

Getting Your API Key

  1. Go to your Technified Dashboard
  2. Navigate to Settings → API Keys
  3. Click "Create API Key"
  4. Copy the full key (starts with technified_)

Getting Your Guild ID

  1. Open Discord
  2. Go to User Settings → Advanced
  3. Enable Developer Mode
  4. Right-click your server name
  5. Click "Copy ID"

Verifying Installation

Check Console Output

When the game starts, you should see:

[Technified] Initializing...
[Technified] Loading Core Services...
[Technified] Registering Commands...
[Technified] Ready! Version X.X.X

Check Admin Panel

  1. Play the game
  2. Press F3
  3. The Admin Panel should open

Check Commands

  1. Type :cmds in chat
  2. You should see a list of available commands

Updating

When updates are available:

  1. Open the Technified Manager
  2. You'll see an update notification
  3. Click "Update"
  4. Your configuration is preserved automatically

Uninstalling

To remove Technified Admin:

  1. Open the Technified Manager
  2. Click "Uninstall"
  3. Confirm the removal
  4. All files are removed cleanly

Troubleshooting

Manager not showing in Studio

  • Make sure you clicked "Get Plugin" on Creator Store
  • Restart Roblox Studio
  • Check the Plugins tab

Installation failed

  • Check your internet connection
  • Enable HTTP Requests in Game Settings
  • Check the output console for errors

"API Key not configured"

  • Open the Manager's Configuration editor
  • Or manually edit Config.lua
  • Make sure the key starts with technified_

Admin Panel won't open (F3)

  • Check you have permission level 2 or higher
  • Verify the installation completed
  • Check console for errors

API connection fails

  • Verify HTTP Requests are enabled
  • Check your API key is correct
  • Ensure your Guild ID is correct
  • Check if api.technified.xyz is accessible

"Module not found" errors

  • The installation may be incomplete
  • Try reinstalling via the Manager
  • Check the output console for specific errors

Next Steps