# Pure Studios - [What Is Trace? Roblox Moderation & Anticheat Explained](https://pure.saauf.xyz/introduction.md): Learn how Trace protects your Roblox experience with anticheat detection, player moderation, replay evidence, and a full admin panel. - [Quickstart: Install and Configure Trace for Roblox](https://pure.saauf.xyz/quickstart.md): Download the Trace .rbxm from our channel, unpack it into ServerScriptService and ReplicatedStorage, wire up your Discord webhook, and publish. - [Install Trace: Download the .rbxm and Configure Your Place](https://pure.saauf.xyz/install.md): Download the Trace .rbxm from Pure Studio, import it into your Roblox place, unpack each component to the correct service, and configure webhooks. - [Trace Admin Panel: In-Game Staff Moderation Dashboard](https://pure.saauf.xyz/features/admin-panel.md): Trace's admin panel gives staff a real-time dashboard for player management, detections, bans, and team communication inside your Roblox experience. - [Trace Anticheat: Detect Exploits in Your Roblox Game](https://pure.saauf.xyz/features/anticheat.md): Trace monitors player movement and behavior server-side, flagging velocity hacks, teleport exploits, noclip, fling, and fly cheats with evidence replays. - [Trace Moderation: Warn, Kick, and Ban Roblox Players](https://pure.saauf.xyz/features/moderation.md): Use Trace to warn, kick, and ban players from your Roblox experience. Bans use the Roblox Ban API and support alternate account restrictions. - [Trace Replays: Review 3D Anticheat Evidence Footage](https://pure.saauf.xyz/features/replays.md): Trace records replay footage when detections fire. Review 3D replays with timeline controls, bookmarks, and automatic evidence-window slowdown. - [Trace Roles and Permissions: Hierarchy and Access Control](https://pure.saauf.xyz/features/roles-permissions.md): Manage staff access in Trace with a numeric role hierarchy, granular permission groups, and optional Roblox Group integration for automatic assignment. - [Configuring Trace Settings, Themes, and Appearance](https://pure.saauf.xyz/configuration/settings.md): Manage Trace appearance themes, anticheat thresholds, role permissions, and system toggles from the Settings page inside the admin panel. - [Connect Trace to Your Discord Server with Webhooks](https://pure.saauf.xyz/configuration/discord-webhooks.md): Set up a Discord webhook in Trace to receive real-time moderation events, ban notifications, anticheat detections, and server updates. - [Anticheat Protection Presets: Relaxed, Balanced, Strict](https://pure.saauf.xyz/configuration/protection-presets.md): Choose from Relaxed, Balanced, or Strict anticheat thresholds in Trace to match your game's movement style and reduce false positives. - [Set Up Roles and Staff Access Permissions in Trace](https://pure.saauf.xyz/configuration/roles.md): Create and edit staff roles in Trace, assign permissions, link Roblox Group ranks, and control what each team member can see and do. - [Movement Exceptions: Authorize Scripted Movement in Trace](https://pure.saauf.xyz/integrations/movement-exceptions.md): Use the Trace movement exceptions API to prevent portals, vehicles, launch pads, and scripted flight from triggering anticheat detections. - [Trace Chat Integrations: Register Custom Slash Commands](https://pure.saauf.xyz/integrations/chat-integrations.md): Register custom slash commands in Trace Chat to let staff trigger server-side actions from the chat composer using permission-checked integrations. - [Trace FAQ: Installation, Bans, Detections, and Staff Setup](https://pure.saauf.xyz/help/faq.md): Find answers to common questions about installing Trace, configuring bans, understanding detections, and managing your moderation team. - [Troubleshooting Trace: Bans, Detections, and Panel Issues](https://pure.saauf.xyz/help/troubleshooting.md): Diagnose and fix common Trace problems including bans not working, detections not firing, the admin panel not opening, and webhook delivery failures. - [Trace Software License: Usage Rights and Restrictions](https://pure.saauf.xyz/help/license.md): Trace is free for personal and commercial Roblox experiences. Learn what you can and cannot do under the Trace Software License Agreement. - [Trace Software License Agreement (Full Text)](https://pure.saauf.xyz/help/license-agreement.md): The complete Trace Software License Agreement issued by Pure Studio, including grant of license, restrictions, disclaimers, and governing law. - [Trace Lua API - Exceptions, Zones, and Integrations](https://pure.saauf.xyz/api/overview.md): Complete reference for the Trace Lua API. Authorize movement exceptions, manage zones, and register chat integrations from trusted server scripts. - [Trace.Notify - Send Notifications to Players from a Server Script](https://pure.saauf.xyz/api/notifications.md): Send informational, important, and critical notifications to a specific player from a trusted server script using Trace.Notify and its variants. - [Punish - Apply a Trace Warning or Ban to a Player](https://pure.saauf.xyz/api/punish.md): Programmatically apply a Trace warning or ban to a player from a trusted server script. Automatically escalates to a ban after the configured warning limit. - [BeginMovementException - Start a Movement Exception](https://pure.saauf.xyz/api/begin-movement-exception.md): Start a named movement exception for a player. Returns a token used to end the exception. Use for vehicles, cutscenes, launch pads, and scripted flight. - [EndMovementException - Revoke a Movement Exception](https://pure.saauf.xyz/api/end-movement-exception.md): End an active movement exception for a player using the token returned by BeginMovementException. Also covers ClearMovementExceptions and IsMovementExempt. - [WithMovementException - Scoped Movement Exceptions](https://pure.saauf.xyz/api/with-movement-exception.md): Run a callback inside a movement exception that is always cleaned up. The simplest way to authorize a one-shot teleport or scripted movement. - [AllowTeleport - Authorize a Brief Teleport Exception](https://pure.saauf.xyz/api/allow-teleport.md): Grant a brief teleport exception before using PivotTo or direct CFrame moves. Covers all anticheat checks to prevent false flags on server teleports. - [Movement Zones - Authorize Areas in Your Game World](https://pure.saauf.xyz/api/movement-zones.md): Register Workspace parts or models as movement zones. Players inside the zone are automatically exempt from selected anticheat checks.