{"tab":"other","section":"characterCreationSettings","title":"Character Creation","summary":"Settings for creating and customizing player characters.","kind":"schema","uiLocation":"Files → Other → Character Creation","editor":"Edit in Studio + View JSON","related":[{"section":"premadeCharacters","note":"when `customizationEnabled` is false, players choose from these instead of building a character"}],"wikiUrl":"/other/characterCreationSettings","schema":{"_type":"intersection","parts":[{"_type":"required","fields":{"customizationEnabled":"boolean"}}]},"sizeLimits":[],"blocks":[{"type":"example","lang":"json","code":"{\n  \"characterCreationSettings\": {\n    \"customizationEnabled\": true\n  }\n}"},{"type":"fields","fields":[{"name":"customizationEnabled","required":true,"tooltip":"When false, custom character creation is disabled and players can only choose a creator-authored premade character.","md":"**`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](/world/premadeCharacters) instead."}]}],"body":"## Example\n\n```json\n{\n  \"characterCreationSettings\": {\n    \"customizationEnabled\": true\n  }\n}\n```\n\n## Fields\n\n### customizationEnabled\n\n**`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](/world/premadeCharacters) instead."}