-- state: bool- if the menu should be disabled or not
exports["bablo-pausemenu"]:disableMenu(state)
-- return: bool - if menu is disabled or not
exports["bablo-pausemenu"]:isDisabled()
-- return: bool - if menu is open
exports["bablo-pausemenu"]:isOpen()