Application Center
Configure and manage your Roblox group’s automated applications with Panora’s Application Center.
The Panora Application Center allows Elite users to create fully automated application experiences for their Roblox groups — from question setup to result tracking. This feature requires:
- An active Elite Plan
- A valid API Key
See API Key - A whitelisted game where the Application Center will run
See Whitelist
Accessing the Application Center
The Application Center can be accessed via the ELITE section of the sidebar in the Panora Dashboard. Once inside, you’ll see five separate tabs that each serve a different purpose.
Tab Overview
Overview
The first tab provides general information about the Application Center and its features. There are no editable settings here.
Application Settings
Here you can configure core details of your application:
- Application Name
- Promotion Rank (Rank given if the user passes)
- Max Incorrect Answers (Number of questions allowed to be wrong before the user fails)
Once you’ve updated these settings, make sure to click the “Save Application” button in the top-right corner.
Questions
This tab allows you to build the application itself:
- Click the
+ Add Question
button to begin - Input the question text and provide four answer choices
- Use the selector next to the answers to mark the correct one
You can add as many questions as you’d like.
Don’t forget to click “Save Application” after making changes!
History
View past application attempts:
- User who took the test
- Date the application was taken
- Result: Passed, Failed, or Pending (hasn’t taken yet)
Download
This is where you’ll download the Application Center Roblox Studio file. You’ll also find setup instructions on the page, and they’re included below for reference.
What’s Next?
How to Use Your Downloaded File
Once you’ve downloaded the Application Center Studio file from the dashboard, follow these steps:
-
Run the File
Open the downloaded.rbxl
file in Roblox Studio. -
Configure Script Settings
Go toServerScriptService
→PANORA_CONFIG
and:- Replace the placeholder API Key with your own
- Set your Roblox Group ID
-
Enable Required Permissions
In Studio, go toHome > Game Settings > Security
and enable:- HTTP Requests
- API Services
- Third Party Teleports
-
Publish to Group
Publish the game under your Roblox Group to activate integration.
Application Center Script Configuration
Below is the configuration script found in the file, in case you’re using a custom game:
Always remember to click the “Save Application” button in the top-right of the page when making changes to your application details or questions.