Skip to main content
Getting Trace into your Roblox experience takes fewer than five minutes. Download the latest Trace.rbxm from our official channel, drop it into Roblox Studio, move the contents to the right services, configure your Discord webhook, and publish. Anticheat, the admin panel, and Discord integrations are live on the next server start.
1

Download Trace.rbxm from our channel

Grab the latest Trace.rbxm file from the official Pure Studio distribution channel (Discord). Always use the official source to make sure you’re installing v26.1 and not an outdated or modified copy.
2

Import the .rbxm into your place

Open your place in Roblox Studio. Right-click Workspace in the Explorer, choose Insert from File, and select the Trace.rbxm you just downloaded. A Trace model appears under Workspace containing everything Trace needs.
You can also drag Trace.rbxm directly onto the Explorer window. Either method produces the same Trace model.
3

Unpack the model into the correct services

Trace ships as a single container so it imports cleanly, but its parts need to live in specific services to run:
  • Move the Trace MainModule (and its TraceConfig sibling) from Workspace/Trace into ServerScriptService.
  • Move the Trace RemoteEvent folder (contains Signal and AdminFunction) into ReplicatedStorage.
  • Move the client LocalScripts (TraceClient, TraceAdminPanel) into StarterPlayer → StarterPlayerScripts.
Once everything is in place, delete the now-empty Trace folder from Workspace.
The Trace loader looks for its RemoteEvent folder in ReplicatedStorage and its module in ServerScriptService. If either is in the wrong service the panel will not open and the anticheat will not start.
4

Configure your Discord webhook

In the Explorer, open ServerScriptService → TraceConfig and set the Webhook field to your Discord webhook URL:
TraceConfig.lua
Replace YOUR_WEBHOOK_URL_HERE with the full webhook URL from your Discord channel’s Integrations settings. Trace delivers ban notices, detection alerts, staff actions, and moderator calls to this endpoint.See Discord webhooks for the full list of event types and how to route them.
5

Save and publish

Save your place and publish it to Roblox. Anticheat detections, the admin panel, and Discord integrations are live on the next server start. The Experience Owner must open the panel once and accept the Pure Studio License Agreement before Trace activates for other players.
If you plan to use Trace’s ban system, enable Players.BanningEnabled before publishing. Open Game Settings → Security in Roblox Studio and turn on the Banning API. Without it, ban actions are logged but not enforced by Roblox.

What’s next?

Once Trace is live, explore the rest of the documentation to get the most out of the suite: