Projects
Your active tracking instances.
Drop a single line into your script and get real-time execution data, unique visitors, global maps, and activity heatmaps — all for free.
Track visitors from around the world with a high-fidelity interactive SVG map and country breakdown.
Visualize usage patterns with GitHub-style heatmaps and detailed 24h hourly traffic charts.
Total executions, unique visitors, and custom event tracking — all updated in real-time.
Sign in with Discord and hit "New Project". Give it a name — you'll get an API key instantly.
Click "Get Script" on your project and paste the generated code at the top of your Lua script. It fires once on execution — no setup needed.
Every execution shows up in your dashboard in real-time. Explore global visitor maps, activity heatmaps, and hourly charts. Share the public stats page with anyone.
local http = (syn and syn.request) or request or http_request
local HttpService = game:GetService("HttpService")
local function Track(eventType, userId)
pcall(function()
http({
Url = "https://xutions.pages.dev/api/xutions/track",
Method = "POST",
Headers = { ["Content-Type"] = "application/json" },
Body = HttpService:JSONEncode({
apiKey = "YOUR_API_KEY",
eventType = eventType or "EXECUTION",
userId = userId or tostring(game.Players.LocalPlayer.UserId)
})
})
end)
end
Track()
Your active tracking instances.
Created by