Advertisement
iynktt

roblox shit

Jul 13th, 2021
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. local RunService = game:GetService("RunService")
  3.  
  4. shared.Visuals = { --// Configuration (Will load default settings if shared.Visuals doesn't exist.)
  5. Enabled = true,
  6. CrosshairEnabled = false,
  7. Boxes = true,
  8. Healthbar = true,
  9. Tracers = false,
  10. Info = true,
  11. ShowAllyTeam = true,
  12. UseTeamColor = true,
  13. AllyColor = Color3.fromRGB(0, 255, 0),
  14. EnemyColor = Color3.fromRGB(255, 0, 0),
  15. Crosshair = {
  16. Size = 5,
  17. Thickness = 1.5,
  18. Offset = 5
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement