# 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

![](https://4039149930-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7v0UUR2mr3gc8OlYzKhO%2Fuploads%2FH0k2bY7blC6ZGakebqIY%2F1.png?alt=media\&token=93be896e-a153-4a20-b22e-e0459f6774d2)

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

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

![](https://4039149930-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7v0UUR2mr3gc8OlYzKhO%2Fuploads%2FidP5bOtSBcHKiSHHowAD%2F2.png?alt=media\&token=94ecaa2c-7e8b-4f4c-9554-958c26a7efe7)

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