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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.brutalscripts.com/site/scripts/ped-control/how-to-add-more-babys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
