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
1
Overview
The first tab provides general information about the Application Center and its features. There are no editable settings here.
2
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)
3
Questions
This tab allows you to build the application itself:
Don’t forget to click “Save Application” after making changes!
- Click the
+ Add Questionbutton to begin - Input the question text and provide four answer choices
- Use the selector next to the answers to mark the correct one
Don’t forget to click “Save Application” after making changes!
4
History
View past application attempts:
- User who took the test
- Date the application was taken
- Result: Passed, Failed, or Pending (hasn’t taken yet)
5
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.rbxlfile in Roblox Studio. -
Configure Script Settings
Go toServerScriptService→PANORA_CONFIGand:- Replace the placeholder API Key with your own
- Set your Roblox Group ID
-
Enable Required Permissions
In Studio, go toHome > Game Settings > Securityand 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.
