# การสร้างตัวละคร

### ภาพรวม

ในช่วงเริ่มต้นเกม ผู้เล่นสามารถตั้งชื่อและปรับรูปร่างหน้าตาของตัวละครได้ โดยมีตัวเลือกสำหรับการปรับแต่งได้แก่ เพศ ทรงผม หน้าตา และ ร่างกาย (เสื้อผ้า) ซึ่งตัวละครเปรียบเสมือนสัญลักษณ์แทนตัวตนของผู้เล่น ตัวเลือกสำหรับการปรับแต่งตัวละครจะสามารถหาเพิ่มได้จากการทำกิจกรรมต่าง ๆ ภายในเกม

![\*ภาพประกอบและเนื้อหาอาจแตกต่างในเกมจริง](/files/-MiD3YAxM7C2KQhlsycj)

ตัวละครในเกมที่มีรูปร่างเป็นมนุษย์ ส่วนใหญ่จะใช้โมเดล 3 มิติที่มีโครง (Skeleton) แบบเดียวกัน แต่จะใช้พื้นผิว (Mesh) แยกกันในแต่ละส่วนของร่างกาย เช่น หัว ทรงผม และเสื้อผ้า เนื่องจากแต่ละชิ้นถูกออกแบบมาให้สามารถใช้ร่วมกันได้ ผู้เล่นจึงสามารถเลือกตกแต่งตัวละครในส่วนต่าง ๆ ตามที่ชอบใจได้อย่างอิสระ

เมื่อสร้างเสร็จแล้ว ตัวละครจะไปเริ่มต้นที่หน้าบ้านของผู้เล่นในเกม ผู้เล่นสามารถเคลื่อนไหวตัวละคร ใช้อุปกรณ์ต่าง ๆ และเดินเล่นในเมืองได้


---

# 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://whitepaper-th.morningmoonvillage.com/game-features/character-customization/character-creation.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.
