


Was this page helpful?
MBT Minigames has no external dependencies — no SQL, no framework, no other scripts required.
| Requirement | Notes |
|---|---|
| FiveM server build 6116+ | Cerulean manifest version |
| OneSync | Required |
| Lua 5.4 | Enabled via lua54 'yes' in manifest |
No database setup required. MBT Minigames stores no persistent data — sessions are fully in-memory and cleaned up automatically.
Download the resource from Keymaster/Tebex and extract it into your resources folder (e.g., [mbt]/mbt_minigames).
Add mbt_minigames before any script that depends on it:
ensure mbt_minigames
# Scripts that use mbt_minigames must come after
ensure mbt_elevatorAny resource that calls exports['mbt_minigames']:startHackingSession(...) or startRepairSession(...) must start after mbt_minigames in server.cfg.
Open config.lua to adjust global defaults:
MBT.DefaultDifficulty to match your server's general difficulty preference.MBT.Debug = true during development to unlock /testminigame and /testscene commands.locale table.With MBT.Debug = true, connect to the server and run:
/testminigame hacking EasyThe Hacking minigame should open immediately. Run /testscene wire_fix to preview the animation without playing the game.