Character Creation

characterCreationSettings

Settings 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

json
{
  "characterCreationSettings": {
    "customizationEnabled": "boolean"
  }
}

Example

json
{
  "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.