nv_SafeZone
In this page you will get all the details to install and configure our script Safe Zones. If you have more questions, you can join our discord community.

Openning Safe Zones menu
Execute this command in the chat:
/safezone
Creating Safe Zones



Adding Administrators
Config.TypeIdentifier = 'license'
Config.Identifiers = {
'f19ccc2eaaf7380a07a1e3eba5d995e8a3d11fd0', -- License Example
'364a1b1b1858cbe214b7f89ed4a5b52e284c13d8', -- License Example
}
Changing WebHook
Enter your discord WebHook in the config file:
Config.WebHook = "examplewebhook.com"
If you don't know how to get the WebHook, follow these steps:

Changing 2D Text
If you want to use a custom 2D text in screen, you can access to the config file and change this:
Config.Text = function()
-- Enter your CUSTOM 2D text
end
Last updated