bnl-housingAPIEventshideUIOn this pagebnl-housing:on:hideUIEvent that gets triggerd when the UI gets hidden. Use this event to show your server's custom UI that was hidden for showUI.ClientRegisterNetEvent("bnl-housing:on:hideUI", function() print("ui was hidden, showing custom ui")end)