Skip to content
Jolyne edited this page May 5, 2026 · 1 revision

MessHall API

MessHall API is a modding API for Among Us 3D made to help you make fun legal mods.

MessHall API handles the networking side for your mod, no need for you to make a custom networking system while using MHAPI.

What MHAPI includes

  • Secure Custom RPC system with support for many common data types, along with being able to choose who can call/receive a RPC (host only or anyone)
  • Toggle to require all players to have the mod installed to join
  • Custom network transforms for syncing any object positions
  • Support for custom cosmetics like hats, skins, and gloves (wip)

Using MessHallAPI is easy!

MessHallAPI requires your mod to use MelonLoader, along with MessHallAPI.dll to be in your Mods folder, and reference it in your IDE's project. From there you can start networking your mod with others using the mod!

Clone this wiki locally