Show / Hide UI

How to hide or show UI.

In order to handle it, you need to just call the export:

exports['ZSX_UIV2']:HideInterface(hide)

By setting hide as true, interface will be hidden

By setting hide as false, interface will be shown

Last updated