Application Center

The Panora Application Center allows Elite users to create fully automated application workflows for their Roblox groups from question setup to result tracking.

Requirements:

  • Active Elite Plan

  • Valid API Key (see API Reference Documents)

  • Whitelisted Roblox game for the Application Center (see API Reference Documents)

Accessing the Application Center

  1. Log in to the Panora Dashboard.

  2. Navigate to the ELITE section in the sidebar.

  3. Select Application Center.

  4. You will see five tabs, each serving a different purpose.


Tab Overview

  1. Overview

    • Provides general information about the Application Center.

    • No editable settings.

  2. Application Settings Configure the core details of your application:

    • Application Name

    • Promotion Rank: Rank assigned when a user passes.

    • Max Incorrect Answers: Maximum number of wrong answers allowed before failing.

    Click Save Application after making changes.

  3. Questions

    • Build your application questions:

      1. Click + Add Question

      2. Enter the question text and four answer options

      3. Select the correct answer using the provided selector

    • Add as many questions as needed.

    Don’t forget to click Save Application after edits.

  4. History

    • View past application attempts:

      • User who took the test

      • Date of the application

      • Result: Passed, Failed, or Pending

  5. Download

    • Download the Application Center Roblox Studio file.

    • Includes setup instructions for integration with your Roblox group.


Using the Downloaded File

  1. Run the File Open the downloaded .rbxl file in Roblox Studio.

  2. Configure Script Settings

    • Navigate to ServerScriptService → PANORA_CONFIG

    • Replace the placeholder API Key with your own

    • Set your Roblox Group ID

  3. Enable Required Permissions In Roblox Studio:

    • Go to Home → Game Settings → Security

    • Enable:

      • HTTP Requests

      • API Services

      • Third Party Teleports

  4. Publish to Group

    • Publish the game under your Roblox group to activate the integration.


Script Configuration

Below is the configuration script included in the downloaded file:

Always click Save Application in the top-right corner after making changes.

Last updated

Was this helpful?