🔭Binoculars

By default a binoculars script is built in as a standalone.

Enabling Binoculars

By default the Binoculars is Enabled, to disable it set true

config.lua
BinocularsEnabled = true,

to false in config.lua

Night Vision

An option to toggle between different vision modes in the binoculars is Enabled by default, to disable it change true

config.lua
 AllowVisionsToggling = true,

to false in config.lua



Example of Binoculars in action:


Last updated