Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local RunService = game:GetService("RunService")
- shared.Visuals = { --// Configuration (Will load default settings if shared.Visuals doesn't exist.)
- Enabled = true,
- CrosshairEnabled = false,
- Boxes = true,
- Healthbar = true,
- Tracers = false,
- Info = true,
- ShowAllyTeam = true,
- UseTeamColor = true,
- AllyColor = Color3.fromRGB(0, 255, 0),
- EnemyColor = Color3.fromRGB(255, 0, 0),
- Crosshair = {
- Size = 5,
- Thickness = 1.5,
- Offset = 5
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement