Learn how to integrate Tyma with your Roblox community and start managing your staff efficiently.
Get up and running with Tyma in just a few minutes.
// Initialize Tyma with your API key
const tyma = new Tyma({
apiKey: 'your-api-key',
groupId: 'your-roblox-group-id'
});
// Start tracking time
await tyma.startTracking();