1. Required Teams Your game must have the following teams created in the Teams service (names must match exactly, or be updated in the configuration variables):
Civilian (Used for bank robberies and wanted stars)
Jail (Used for the automated jail/arrest system)
Police Teams (Configurable in the script, e.g., Police, Sheriff, Vancouver City Police Department)
2. Required Workspace Objects
Jail Spawn: A Part or SpawnLocation named exactly JailCellSpawn in the Workspace. This is where arrested/jailed players are teleported.
Bank Robbery Trigger: A Part containing a ProximityPrompt where the Bank Robbery script is placed.
Trespassing Zones: A Part where the Trespassing script is placed.
3. Required Leaderstats & Attributes
Economy System: Players must have a folder inside them named leaderstats containing an IntValue named either Cash or Money (required for the Bank Robbery payout and Bail system).
Data/Attributes: The system automatically handles player attributes (WantedLevel, ActiveSentence, MDT_Callsign, etc.), but if the buyer uses a custom saving system, they will need to ensure Attributes save upon player exit.
4. External Modules & Configurations The MDT LocalScript attempts to require the following ModuleScripts from ReplicatedStorage:
NPD_TrainingConfig (Required for the Training Academy Tab to load training types).
MainConfig (Optional fallback for global settings).
5. Weapon System Compatibility (For Kill Logs)
For the Kill Logs to track player-vs-player deaths, the buyer's weapon system (guns/swords) must insert an ObjectValue named creator into the victim's Humanoid right before dealing damage. (This is the standard Roblox method used by ACS, CE, and most popular gun engines).
6. Recommended Admin System
Adonis Admin: While the custom command system works entirely on its own, the Death Tracker/Kill Logs feature is specifically built with pattern matchers to detect Adonis Admin commands (like :kill, ;kill, !kill) to log staff abuse.
7. HTTP Services (For Webhooks)
Allow HTTP Requests must be toggled ON in the game's Game Settings -> Security tab for the Discord Command and Action logging webhooks to function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.