# Characters

## Synchronizing Characters <a href="#synchronizing-actions" id="synchronizing-actions"></a>

Synchronizing a **Character** it's just as easy as a single click. Once the module it's installed you will notice a new tab called "**Network Settings**" below the **Character's** or **PlayerCharacter's** *Inspector* in order to make this work just go ahead and enabled the option "**Sync Character**" that's pretty much it (well that was actually 2 clicks). This auto-magically synchronize every property of a character: *Position*, *Rotation*, *Speed*, *Jump Height* etc.

![(Example of the Character Network Settings)](/files/-LGboj1ufyNVmDSQRZra)

{% hint style="info" %}
Notice that this will add a **Photon View** component to the game object.
{% endhint %}

By enabling **Sync Character** option you will be allowed to tweak some values like:

* **Teleport Distance**: if the character's position is too far from this value (distance) it will teleport to the position.
* **Rotation Dampening**: how smooth it should rotate.
* **Sync Attachments**: whether it should synchronize attachments or not. Just make sure to add any attachments do you want to synchronize to the list as stated [here](/game-creator-1/photon-network/overview.md#the-editor).

{% hint style="warning" %}
This requires to be within a **room** to work. Nothing happens if not.
{% endhint %}


---

# 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://docs.ninjutsugames.com/game-creator-1/photon-network/characters.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.
