# Binoculars

{% hint style="info" %}
By default a binoculars script is built in as a ***standalone***.
{% endhint %}

### Enabling Binoculars&#x20;

By default the Binoculars is **Enabled**, to disable it set <mark style="color:green;">`true`</mark>

{% code title="config.lua" %}

```lua
BinocularsEnabled = true,
```

{% endcode %}

to <mark style="color:red;">`false`</mark> in `config.lua`

### Night Vision

An option to toggle between different vision modes in the binoculars is **Enabled** by default, to disable it change <mark style="color:green;">true</mark>&#x20;

{% code title="config.lua" %}

```lua
 AllowVisionsToggling = true,
```

{% endcode %}

to <mark style="color:red;">`false`</mark> in `config.lua`

***

| Command     | Action                                                        |
| ----------- | ------------------------------------------------------------- |
| /binoculars | Built-in binoculars with night and thermal vision             |
| ALT         | Toggle binocular vision: Normal, Night Vision, Thermal Vision |
| G           | Show or hide the instructions                                 |
| BACKSPACE   | Exit the Binoculars                                           |

***

### Example of Binoculars in action:

<figure><img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExcWl0NXozNXBqdWM1YWRwNTBvdWw3dnE1NHNwMGFwOTd0N2QwNTA3NiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/xNwTDxSak7BypHPMyz/giphy-downsized-large.gif" alt="" width="563"><figcaption><p>Binoculars in action</p></figcaption></figure>

***
