This feature requires:
- An active Elite Plan
- A valid API Key
See API Key - A whitelisted game where the Panora API Module will run
See Whitelist
📖 How to Set Up Panora API Module
The Panora API Module lets you integrate powerful tools like in-game ranking, user tracking, and a full admin interface into your Roblox game. Follow the steps below to install and configure it.1
Install the Panora Module
First, insert a new Script into ServerScriptService
in Roblox Studio. Rename it to PanoraAPI
.
Then paste the following line inside the script. This loads the Panora module:
✅ You’re now ready to configure the module!
2
Initialize and Configure the API
Next, call the init
function to activate Panora’s features. You’ll need your unique API key and group ID.
🔐 Make sure your API key is kept secret and never shared publicly.
3
Test and Verify the Integration
Once the setup is complete, run your game in Studio and check for:
- ✅ No errors in the output
- 👤 Interface appears for eligible players
- 📊 Leaderstats tracking (if enabled)
- 📨 Logs sent to your Discord webhook (if enabled)
If everything works, you’re ready to use Panora in production!
📄 Full Copy & Paste Example
Here’s a complete version of the setup you can paste directly into yourPanoraAPI
script:
💬 Need Help?
If you’re stuck or unsure about anything, join our Discord Support Server — we’re happy to help you get set up!✅ You’re now ready to use Panora’s features in your Roblox experience!