CloseAllOverlays()
Description
Section titled âDescriptionâThe CloseAllOverlays function closes any pop-ups or menus (overlays) open on any screen.
Arguments
Section titled âArgumentsâThis function does not accept any arguments.
This function does not return anything.
Example
Section titled âExampleâThis example simply closes any overlay.
| Copy CodeLua |
| ``` |
| return function() |
CloseAllOverlays()end