Config.ScriptStyle="light"-- The style you would like the script to be, available options are : light, dark, natural. If not light then the auto switch between dark and light will be stop.
Config.EditorPermission={
UseGod=true,-- Whether or not you want to allow every god admin to access the editor.
Permissions={-- Add to the table citizenids to have permission to the editor.
"DZD19858",
"FSK23277",
"FUD52312",
"RKS92226"
},
}
Config.CameraSettings={
SkyCamera={
ZPlus=1500,-- The height value you would like the camera to be positioned at.
},
}
Config.Houses={-- This are the configuration available for the houses locations.
LocationInfo={-- The location info, colors etc.
IconName="fas fa-bed",
Colors={-- The colors data, can be hsl, hex rgb etc.
IconColor="#000000",
BackgroundColor="#FFBEBA",
},
},
}
Config.Locations={-- After creating the locations in the editor you need to set-up the location image and coords for that location here.
["MRPD"]={-- The location name the image and coords would be assigned to.
Radius=20.0,-- The radius of which the script will check for people.
Coords=vector4(431.88574,-986.3361,30.710439,0.8176308),-- The coords the player would get spawned at.