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:
- Technified Manager - Get it from the Creator Store (opens in a new tab)
- API Key - From Dashboard → Settings → API Keys
- Guild ID - Your Discord server ID
- HTTP Requests - Enable in Game Settings → Security
Installation Steps
Step 1: Install the Manager
- Open the Technified Manager (opens in a new tab) on Creator Store
- Click "Get Plugin"
- Open Roblox Studio
- Find "Technified Manager" in the Plugins tab
Step 2: Run the Installation
- Open the Technified Manager from the Plugins tab
- Click "Install Admin System"
- Wait for installation to complete
- The admin system files are added to your game
Step 3: Configure
After installation, configure your connection:
Option A: Using the Manager's Editor
- In the Manager, click "Configuration"
- Enter your API Key
- Enter your Guild ID
- Save changes
Option B: Manual Configuration
- Open
ServerScriptService/TechnifiedAdmin/Shared/Config.lua - 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
- Go to Home → Game Settings
- Click Security
- Enable "Allow HTTP Requests"
- Click Save
Step 5: Test
- Play the game in Studio
- Press F9 to open the console
- Look for
[Technified]messages indicating successful connection - Press F3 to open the Admin Panel
- Try a command like
:cmds
Getting Your API Key
- Go to your Technified Dashboard
- Navigate to Settings → API Keys
- Click "Create API Key"
- Copy the full key (starts with
technified_)
Getting Your Guild ID
- Open Discord
- Go to User Settings → Advanced
- Enable Developer Mode
- Right-click your server name
- 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.XCheck Admin Panel
- Play the game
- Press F3
- The Admin Panel should open
Check Commands
- Type
:cmdsin chat - You should see a list of available commands
Updating
When updates are available:
- Open the Technified Manager
- You'll see an update notification
- Click "Update"
- Your configuration is preserved automatically
Uninstalling
To remove Technified Admin:
- Open the Technified Manager
- Click "Uninstall"
- Confirm the removal
- 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