Skip to main content

How to Add Your Roblox Game (Tracked Experiences)

Learn how to connect your Roblox game to Roteam using Tracked Experiences and enable activity tracking.

Written by Benjamin
Updated over 2 weeks ago

Tracked Experiences allow Roteam to monitor in-game activity like playtime, sessions, and more.


Step 1: Add your experience

Go to Settings β†’ Tracked Experiences.

Click Add Experience and enter your Roblox Place ID.

Step 2: Set up Remote Admin

To track activity, your game must send data to Roteam.

This script sends events like:

  • Player joins

  • Player leaves

  • Activity/heartbeat data

  • Kick/Ban/Warn/Strike

  • ChatLogs

Step 3: Verify tracking

Join your Roblox game.

Then go back to Roteam and check:

  • Activity logs

  • Session data

  • Leaderboards

If everything is set up correctly, data should begin appearing automatically.

Important notes

  • Make sure your script is published with your game

  • Double-check your Place ID is correct

  • Ensure your admin system is properly configured

  • Enable HTTPs requests in your experience settings.

Troubleshooting

If no activity appears:

  • Confirm your script is running in-game (Enable Debug in the "RoteamRequireScript")

  • Verify your API key is correct

  • Make sure your experience is added in Roteam

  • Reach out to the support team to see if Telemetry is being communicated.

Did this answer your question?