1. Put the baby model and data to the stream folder
Examample: The baby name is: 'Baby'
2. Please add the baby data in the peds.meta
3. Please add the baby to the config
['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},
},