> For the complete documentation index, see [llms.txt](https://zsx-development.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zsx-development.gitbook.io/docs/resources/multicharacter/common-issues/common.md).

# Common

## After clicking Play, I'm stuck at Multicharacter screen

That issue is mostly related to the framework issue, or something that prevents the player from loading.\
Make sure that your framework runs correctly.

## I got black screen after selecting character

That issue lands in some of your assets with wrong usage of `DoScreenFadeOut` (if circle progress is seen in bottom right corner).

## I'm stuck at logo screen

Mostly there's some server side error which you can check via txAdmin > Live Console. If there will be some redirect to our docs page, you got clear view how to solve that issue. \
\
If error is not visible there then it can be related to the infinite requesting model of the player ped (previous output should be Preparing entity \[/]). To solve that you need to check if the model saved in database is correct one.

## Skin of the player is not correct

That's because you haven't applied the appearance correctly. Check out the installation of it [here](/docs/resources/multicharacter/installation/setting-up-the-appearance.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://zsx-development.gitbook.io/docs/resources/multicharacter/common-issues/common.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.
