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

opensource/client/client.lua

Each robbery step triggers the projectx-ammunationrobbery-prompt:client:Minigames callback with the step name.

opensource/server/server.lua

Hooks: SuccessfulStep(source, location, step), FailedStep(source, location, step), InitialCheck(src, Location, Interaction), and RobberyResetHook(location).