> For the complete documentation index, see [llms.txt](https://docs.brutalscripts.com/site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brutalscripts.com/site/scripts/ped-control/how-to-add-more-babys.md).

# How to add more babys

You want to add more babys to the shop?

* **Follow the steps below.**

## 1. Put the baby model and data to the stream folder

![](/files/UUgwr7FHZCrWa3pW46io)

* Examample: The baby name is: **'Baby'**

## 2. Please add the baby data in the peds.meta

![](/files/NzoZxpUhgP0uSQA5rgyH)

## 3. Please add the baby to the config

```lua
['Babys'] = {  -- Baby Models, you can add any amount of baby models! (endless)
        [1] = {label = 'Baby', model = 'Baby', price = 500},  -- Label = 'BABY NAME', model = 'BABY MODEL', price = PRICE OF THE BABY, you can set to false
        [2] = {label = 'Baby II.', model = 'Baby_2', price = 700},  -- Price can be set to false
        [3] = {label = 'Baby III.', model = 'Baby_3', price = false},
    },
```

## 4. /refresh your server

## 5. RESTART THE SCRIPT (brutal\_ped\_control)
