# 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)
```
