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.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
TraceMainModule (and itsTraceConfigsibling) fromWorkspace/TraceintoServerScriptService. - Move the
TraceRemoteEvent folder (containsSignalandAdminFunction) intoReplicatedStorage. - Move the client
LocalScripts (TraceClient,TraceAdminPanel) intoStarterPlayer → StarterPlayerScripts.
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 Replace
ServerScriptService → TraceConfig and set the Webhook field to your Discord webhook URL:TraceConfig.lua
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:- Admin Panel - navigate the panel and manage your player base.
- Anticheat & Detections - see what Trace monitors and how to tune detection thresholds.
- Discord webhooks - route event types to dedicated Discord channels.
- Movement exceptions API - stop your custom movement mechanics from being flagged.