Features
Exports
Client Exports

Client Exports

Disable Pause Menu

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

Is Pause Menu Disabled

-- return: bool - if menu is disabled or not
 
exports["bablo-pausemenu"]:isDisabled()

Is Menu Open

-- return: bool - if menu is open
 
exports["bablo-pausemenu"]:isOpen()