> For the complete documentation index, see [llms.txt](https://dc-customz.gitbook.io/dc-customz-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dc-customz.gitbook.io/dc-customz-documentation/housing-shells-info-and-configs/no-lag-properties.md).

# No Lag Properties

**1.Download the files below and place them inside the custom/shells folder. All image links are already included for each shell.**

{% file src="/files/QUlXwVERfW5c2soJCp3n" %}

{% file src="/files/Q6ABjk0eLrxjsQNmZwHw" %}

#### 2. To add the category for my shells in the menu, add this to config.lua in the shells section:

```
DCCustomz = true,
DCCustomzV2 = true,
```

#### It should look something like this:

```
Shells = {
        K4mb1StarterShells = true, -- [FREE] https://www.k4mb1maps.com/package/5015840
        EnviShells = false,        -- [FREE] https://envi-scripts.tebex.io/package/6407814

        AllShellsBundle = false,    -- [PAID] https://www.k4mb1maps.com/package/5107241
        AllShellsBundle2 = false,   -- [PAID] https://www.k4mb1maps.com/package/5107241

        JamaringV1 = false,        -- [PAID] https://jamaring-maps.tebex.io/package/6095279
        JamaringV2 = false,        -- [PAID] https://jamaring-maps.tebex.io/package/6274927

        MaxCreations = false,      -- [PAID] https://maxcreationsstore.tebex.io/package/6177840

        DCCustomz = true,          -- [PAID] https://www.dccustomz.com/category/2714613 
        DCCustomzV2 = true,          -- [PAID] https://www.dccustomz.com/category/2714613
    },
```

#### 3.For the functional doors, add this into the 'doors' section of nolag in furniture.lua

{% code fullWidth="true" %}

```
{ object = "dc_housesix_door",                price = 0, label = "House 6 Door", type = "door" },
{ object = "dc_housesix_doorsmall",    price = 0, label = "House 6 Small Bath Door" },
{ object = "dc_houseseven_door", price = 0, label = "House 7 Door", type = "door" },
{ object = "dc_houseeight_door", price = 0, label = "House 8 Door", type = "door" },
{ object = "dc_townhouseone_door", price = 0, label = "Town House 1 Door", type = "door" },
{ object = "dc_townhousetwo_door", price = 0, label = "Town House 2 Door", type = "door" },
{ object = "dc_apartmentfour_door", price = 0, label = "Apartment 4 Door", type = "door" },
{ object = "dc_apartmentone_door", price = 0, label = "Apartment 1 Door", type = "door" },
{ object = "dc_apartmentthree_door", price = 0, label = "Apartment 3 Door", type = "door" },
{ object = "dc_apartmenttwo_door", price = 0, label = "Apartment 2 Door", type = "door" },
{ object = "dc_housefive_door", price = 0, label = "House 5 Door", type = "door" },
{ object = "dc_housefour_door", price = 0, label = "House 4 Door", type = "door" },
{ object = "dc_houseone_door", price = 0, label = "House 1 Door", type = "door" },
{ object = "dc_housethree_door", price = 0, label = "House 3 Door", type = "door" },
{ object = "dc_housetwo_door", price = 0, label = "House 2 Door", type = "door" },
{ object = "dc_trapshellone_door", price = 0, label = "Trap Shell 1 Door", type = "door" },
{ object = "dc_trapshellthree_door", price = 0, label = "Trap Shell 3 Door", type = "door" },
{ object = "dc_trapshelltwo_door", price = 0, label = "Trap Shell 2 Door", type = "door" },
{ object = "dc_apartmentfive_door", price = 0, label = "Apartment 5 Door", type = "door" },
{ object = "dc_apartment6_door",    price = 0, label = "Apartment 6 Door", type = "door" },
{ object = "dc_h9door",             price = 0, label = "House 9 Door", type = "door" },
{ object = "dc_house10_door",       price = 0, label = "House 10 Door", type = "door" },
{ object = "dc_house11_door",       price = 0, label = "House 11 Door", type = "door" },
{ object = "dc_house12_door",       price = 0, label = "House 12 Door", type = "door" },
{ object = "dc_house13_door",       price = 0, label = "House 13 Door", type = "door" },
{ object = "dc_townhouse3_door",    price = 0, label = "Town House 3 Door", type = "door" },
{ object = "dc_townhouse4_door",    price = 0, label = "Town House 4 Door", type = "door" },
{ object = "dc_trap4_door",          price = 0, label = "Trap Shell 4 Door", type = "door" },

```

{% endcode %}
