You can view your Activity by going to https://app.hyra.io and navigating to your Workspace. From there, click the Activity clock icon in the side navigation.
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.
Before you continue, make sure you have enabled the
HttpService
in your game’s security settings.
1
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.
2
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.
3
Open the Game File in Roblox Studio
Once the file has been downloaded, open it in Roblox studio.
4
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.
5
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.