> 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-enter.md).

# On showroom enter

Triggered after the player enters the showroom

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