> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# On showroom exit

> Triggered client side after the player exits the showroom.

Triggered after the player exits the showroom.

```lua Event theme={null}
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)
```


## Related topics

- [Showroom](/dealerships-creator/client/showroom/index.md)
- [On showroom enter](/dealerships-creator/client/showroom/on-showroom-enter.md)
- [Get is player in showroom](/dealerships-creator/client/showroom/get-is-player-in-showroom.md)
- [Hooks](/jaksam-inventory/hooks/index.md)
- [Client](/dealerships-creator/client/index.md)
