Read this article to hide the interfaces of other scripts
Config.OpenUIs=function()-- You can reopen closed UIs from here with export or trigger againTriggerEvent('wais:hideHud', false)endConfig.CloseUIs=function()-- You can close UIs that you do not want to appear on the screen with export or trigger hereTriggerEvent('wais:hideHud', true)end