> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/dealerships-creator/client/showroom/on-showroom-exit.md).

# On showroom exit

Triggered after the player exits the showroom

```lua
RegisterNetEvent("dealerships_creator:onShowroomExit", function()
    -- You can add anything that happens when the local player exits the showroom
    -- For example, showing your HUD again
end)
```
