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!