> ## 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 enter

> Triggered client side after the player enters the showroom.

Triggered after the player enters the showroom.

```lua Event theme={null}
RegisterNetEvent("dealerships_creator:onShowroomEnter", function()
    -- You can add anything that happens when the local player enters the showroom
    -- For example, hiding your HUD
end)
```


## Related topics

- [Showroom](/dealerships-creator/client/showroom/index.md)
- [On showroom exit](/dealerships-creator/client/showroom/on-showroom-exit.md)
- [Get is player in showroom](/dealerships-creator/client/showroom/get-is-player-in-showroom.md)
- [FAQ](/vehicles-keys/faq.md)
- [Bypass start vehicle check](/vehicles-keys/client/bypass-start-vehicle-check.md)
