Prerequisites
- Adonis Admin installed and working.
- Technified Manager from the Creator Store.
- An API key from Settings > API Keys.
- Your Guild ID.
- HTTP Requests enabled in Game Settings > Security.
Install
Install the Manager
Open the Technified Manager on the Creator Store, click Get Plugin, then find it in the Plugins tab in Studio.
Install the Adonis extension
Open the Manager, click I just want the Adonis Extension at the bottom, and follow the wizard. The plugin file is added to your Adonis plugins folder.
The plugin file
After installation, the file lives here:Get your API key
Get your Guild ID
Confirm it works
Play the game in Studio, open the output console (F9), and look for[Technified] messages. A successful start looks like this:
Updating
Open the Manager, check for updates, and click Update. Your configuration is preserved. If you update manually, copy yourAPI_KEY and GUILD_ID into the new file.
Troubleshooting
API Key is not configured
API Key is not configured
Set
API_KEY in the config. It should start with technified_.Guild ID is not configured
Guild ID is not configured
Set
GUILD_ID to your Discord server ID, a long number.HttpService is not available
HttpService is not available
Enable HTTP Requests in Game Settings > Security.
Authentication failed
Authentication failed
Your API key may be invalid or expired. Generate a new one in the dashboard.
Plugin not loading
Plugin not loading
Check the file is in the correct Plugins folder, has a
.luau or .lua extension, and has no syntax errors. Confirm Adonis itself is loading.