Skip to main content

How to install the Series Activity Tracking script

Learn how to download and integrate the Series Activity Tracking model for your Roblox game.

Updated over a month ago

In this article you will be guided on how to download and install your Activity Tracking script for Series.

Step 1. Access workspace development settings

To start off, you will need to access the workspace you are looking to enable activity tracking for, and locate the Development tab in its menu.

Step 2. Create an API key

To access any of our public APIs, you must have an API key. The API key is easy to obtain, but must be kept secret at all times. Sharing your API key represents the risk of other users accessing your workspace data.

To generate an API key, simply click the Create API Key button in the development page.

Set a name for your API key to easily identify it, then click Create API Key to generate it.

The API key should now appear in the list. Copy it and keep it somewhere safe. We will need it later.

Step 3. Download the Activity Tracking script

We must now download the script that connects your Roblox game with Series API. To find it, access the Models & Scripts tab of the development page.

Locate the "Activity Tracking" section and click download. This will download the module to your computer.

Step 4. Insert the script in your Roblox game

Open Roblox Studio, access the experience you're looking to track activity for, and expand the ServerScriptService tab of the Explorer. If you are unable to find Explorer, enable it by pressing Home > Explorer.

Right-click on ServerScriptService and select Insert > Import Roblox Model from the window that pops out.

This will open your File Explorer. Make sure the file shows are Script Files.

Locate the Series.lua file you just downloaded, and double-click on it (or select it and click Open).

This should insert the Activity Tracking loader into the ServerScriptService of your game.

Do NOT rename the script, as this may make it unusable.

Once inserted, double-click on it to open the script.

Step 5. Set your API key

Once the script is open, locate the API Key value of the configuration. Replace the sample API key with the API key you generated earlier.

Don't forget to save the changes.

Step 6. Ensure HTTP Requests are enabled for your game

Series Activity Tracking requires permission to make HTTP requests. To enable this, go to File > Game Settings.

Once the Settings window is open, go to the Security tab.

Ensure Allow HTTP Requests is enabled. If you want Series Activity Tracking to work in Studio as well, you must enable Enable Studio Access to API Services as well.

Click Save to apply the changes and publish the changes you made to the game.

Enjoy using Series Activity Tracking!

Did this answer your question?