> For the complete documentation index, see [llms.txt](https://speedtutoruk.gitbook.io/safe-system-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://speedtutoruk.gitbook.io/safe-system-doc/managers-explained/disable-manager-explained.md).

# Disable Manager Explained

{% hint style="info" %}
You can use the events in the disable manager to disable your own player character - The example below is just a guide for the included player character
{% endhint %}

### Disable Manager Setup <a href="#disable-manager-setup" id="disable-manager-setup"></a>

{% hint style="info" %}

1. Click the "**+**" on either the **OnPlayerDisabled()** or **OnPlayerEnabled()** to add new events
2. These events can be anything but in my example, I disable the player, crosshair, interactor and lock mouse cursor.
   {% endhint %}

### Examples Below

{% hint style="info" %}

1. I disable the **FirstPersonController** script by selecting the **FirstPersonController > Bool Enabled**
2. I disable the **Interactor** when the player is disabled
3. I disable the Cursor lock and visiability&#x20;
4. I disable the crosshair
5. I disable the camera zoom

You can then change those appropriate opposite on Player Enabled
{% endhint %}

<figure><img src="/files/SbmX5WGOyVCzv2CehTq1" alt=""><figcaption></figcaption></figure>
