Skip to content

Fazbear's Hunt Wiki

Welcome to the technical documentation for the Fazbear's Hunt gamemode for Garry's Mod.

This wiki is a reference for developers who want to create modifications, extensions, and custom animatronics for the gamemode.

For beginners

If this is your first time here — start with the About the gamemode section, then proceed to Getting started.

Where to start

To get started confidently, you need at least basic programming skills and a moderate understanding of GLua structure.

If you are a beginner and want to make a simple modification (e.g., add a third-party Pill Pack from the Steam Workshop), read the First modification section.

Documentation sections

📖 Guide

Introduction to the gamemode, setting up a development environment, first modification.

🎮 Gameplay systems

Documentation for Fazbear's Hunt core mechanics.

  • Rounds — creating custom round types
  • Gifts — custom positive and negative effects
  • Highlights — seeing players through walls
  • Statistics — custom round metrics

📚 API reference

Complete technical reference for all functions and methods.

🔧 Hooks

All gamemode hooks with usage examples.

Please note

Keep up with updates

If you want your modification to work stably — keep up with wiki updates after gamemode updates. Functions may change or be removed.