Character Creation
characterCreationSettingsSettings for creating and customizing player characters.
- Editor location
- Files → Other → Character Creation
- Editor type
- Edit in Studio + View JSON
- Size limits
No character-length caps for this section.
Schema
{
"characterCreationSettings": {
"customizationEnabled": "boolean"
}
}Example
{
"characterCreationSettings": {
"customizationEnabled": true
}
}Fields
customizationEnabled
customizationEnabled — when true (the default), players build and customize their own character during creation. Set it to false to disable custom character creation, so players can only choose from creator-authored premade characters instead.