This feature requires:
- An active Elite Plan
- A valid API Key
See API Key - A whitelisted game where the Ranking Center will run
See Whitelist
Accessing the Rank Center
The Rank Center can be found in the ELITE section of the sidebar in the Panora Dashboard. Inside, you’ll be able to download the Rank Center file and view your configuration details.How It Works
1
Purchase Gamepasses
Users purchase Gamepasses you’ve set up in your group game. Each Gamepass is tied to a specific rank promotion.
2
Automatic Rank Up
Upon successful purchase, the Rank Center uses your API Key to automatically promote the user to the linked rank.
3
Single Featured Rank
You can optionally mark one Gamepass as featured to make it stand out to users inside your experience.
4
Elite Required
The Rank Center will only function if your game is whitelisted and you have an active Elite Plan.
What’s Next?
How to Use Your Downloaded File
Once you’ve downloaded the Rank Center Studio file from the dashboard, follow these steps:-
Run the File
Open the downloaded.rbxlfile in Roblox Studio. -
Configure Script Settings
Go toServerScriptService→PANORA_CONFIGand:- Replace the placeholder API Key with your own
- Set your Roblox Group ID
- Add your Gamepass IDs and corresponding Rank IDs
- Mark one as
featured = true(optional, but recommended)
-
Enable Required Permissions
In Studio, go toHome > Game Settings > Securityand enable:- HTTP Requests
- Third Party Teleports
-
Publish to Group
Publish the game under your Roblox Group to activate integration.
Rank Center Script Configuration
Below is the configuration script found in the file, in case you’re using a custom game:Make sure only one Gamepass has
featured = true. This pass will be highlighted in the user interface.