Multiplayer character disorted

I found a solution to my problem. I created a new project and compared the entire BP_Character. It turned out that in my main project, I only had the mesh (CharacterMesh0) and didn’t have a child mesh inside it. The answer to this issue was to add a new mesh with the model’s skeleton and disable the visibility of the mesh (CharacterMesh0) in the game.