Main
The main branch of Mango Framework is the full distribution with all core integrations pre-packaged.
It includes controllers, services, utilities, and modules designed to work together out of the box. This lets you focus on game logic instead of boilerplate, while still getting convenient wrappers around internal Roblox behavior and strong runtime performance.
Use the main branch if you want:
- A complete, ready-to-use framework setup.
- Faster development with built-in modules already integrated.
- Standardized project structure with less manual setup.
- The option to remove features later instead of building them from scratch.
If you want to disable any integrated feature, you can:
- Disable a service/controller in RuntimeSettings.
- Delete that module file directly.
If you want a minimal starting point, use the barebones branch.