Skip to main content
Most of the core logic in this resource is handled by the bridge. The open source files let you customize minigames, add hooks for custom systems, and extend the script without touching escrow.

opensource/client/client.lua

Edit the projectx-paletobankrobbery-k4mb1:client:Minigames callback to swap minigames per step.
Return true inside any step block to skip that minigame entirely.
The default minigames per step are:

opensource/server/server.lua

Provides dispatch helpers, bridge integrations, admin reset command, and the same hook pattern as the default variant (SuccessfulStep, FailedStep, InitialCheck, RobberyResetHook).