> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyra.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity Tracking

> Hyra's automatic activity tracking feature allows you to track activity from your staff.

<img src="https://mintcdn.com/hyra/_qr5ulpWZdIsRVbg/images/f5fb5bd9-f212-4395-9358-3269531b3cd1.png?fit=max&auto=format&n=_qr5ulpWZdIsRVbg&q=85&s=e56fe8cfb233eafa1a12adddbbda1e63" className="rounded-xl" alt="Activity Tracking" width="2612" height="1469" data-path="images/f5fb5bd9-f212-4395-9358-3269531b3cd1.png" />

## View your Activity

You can view your Activity by going to [https://app.hyra.io](https://app.hyra.io) and navigating to your Workspace. From there, click the Activity clock icon in the side navigation.

<div style={{ position: "relative", paddingTop: "56.25%", background: "#000000 !important" }}>
  <iframe src="https://iframe.mediadelivery.net/embed/58977/64c8ee4c-a0e2-4a65-af94-8f8b56b848b3?autoplay=false&loop=false&muted=false&preload=true&responsive=true" loading="lazy" style={{ border: 0, position: 'absolute', top: 0, height: '100%', width: '100%'}} allow="accelerometer;gyroscope;autoplay;encrypted-media;picture-in-picture;" allowfullscreen="true" />
</div>

## Setting up

Our activity tracking can be installed in a few simple steps. The system will automatically track when your team join and leave the game, as well as some handy metrics.

<Tip>
  Before you continue, make sure you have [enabled the
  HttpService](https://create.roblox.com/docs/en-us/reference/engine/classes/HttpService#:~:text=Enabling%20HTTP%20Requests,with%20at%20runtime.)
  in your game's security settings.
</Tip>

<Steps>
  <Step title="Go to Activity Tracking Settings">
    To acquire your unique activity tracking loader script, go to the Activity
    Tracking settings page. This can be found in Settings > Activity Tracking.
  </Step>

  <Step title="Generate or Download your Loader">
    You can either generate a loader script, or if it has already been
    generated, download it. It will download as a Roblox Studio game.
  </Step>

  <Step title="Open the Game File in Roblox Studio">
    Once the file has been downloaded, open it in Roblox studio.

    <img src="https://mintcdn.com/hyra/_qr5ulpWZdIsRVbg/images/Activity-Tracking-Studio.png?fit=max&auto=format&n=_qr5ulpWZdIsRVbg&q=85&s=18ddb1b6e887d24e7a240256f57a7528" className="rounded-xl" alt="Roblox Studio Window with Hyra Activitiy Tracking Game" width="3427" height="1928" data-path="images/Activity-Tracking-Studio.png" />
  </Step>

  <Step title="Copy the Script into your Game">
    **Copy the script from the template file into your game**. You can do this by right clicking the script, clicking Copy.

    Once you have copied it, **paste it into your game's ServerScriptService**.

    <img src="https://mintcdn.com/hyra/_qr5ulpWZdIsRVbg/images/Activity-Tracking-CopyScript.png?fit=max&auto=format&n=_qr5ulpWZdIsRVbg&q=85&s=2598044381f6b64340b6ce8d9eac9323" className="rounded-xl" alt="Roblox Studio Window with Hyra Activitiy Tracking Game" width="2686" height="1510" data-path="images/Activity-Tracking-CopyScript.png" />
  </Step>

  <Step title="Publish your Game">
    Once the script has been added to the ServerScriptService of your game, publish the game to Roblox.

    Activity will begin tracking on your specified roles once the game has been published and servers have been restarted or created.
  </Step>
</Steps>

## Debugging issues

If you are having issues with the activity tracking, please check the following:

* Make sure you have enabled the HttpService in your game's security settings.
* Make sure you have copied the script into your game's ServerScriptService.
* Make sure you have published your game to Roblox.
* Make sure you have restarted or created a new server.

If you are still having issues, please contact us at [team@hyra.io](mailto:team@hyra.io)
