EXECUTION ANALYTICS

Track every run. Global.

Drop a single line into your script and get real-time execution data, unique visitors, global maps, and activity heatmaps — all for free.

01

Global Insight

Track visitors from around the world with a high-fidelity interactive SVG map and country breakdown.

02

Activity Heatmap

Visualize usage patterns with GitHub-style heatmaps and detailed 24h hourly traffic charts.

03

Deep Analytics

Total executions, unique visitors, and custom event tracking — all updated in real-time.

HOW IT WORKS

Set up in 60 seconds.

1

Create a project

Sign in with Discord and hit "New Project". Give it a name — you'll get an API key instantly.

2

Drop in the script

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.

3

Watch it live

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.

your_script.lua
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://YOUR_DOMAIN/api/antigravity/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()

Projects

Your active tracking instances.

Created by

- Total Executions
- Unique Users
- Last 24h

7-Day Activity

Execution trend

Persistence

Daily frequency heatmap

Peak Hours

Execution distribution

Weekly Rhythm

Daily distribution

User Loyalty

New vs Returning

Top Countries

By executions

Visitors

Geographic distribution

Antigravity

Welcome back

Welcome back. Sign in to your account to access your projects and analytics.

Get started

Create a new account to start tracking your scripts globally.
Enter your email address and we'll send you a link to reset your password.