Advertisement
RgRacks

ROBLOX CUSTOM CROSSHAIR SCRIPT

Apr 23rd, 2021
4,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. - Custom Crosshair by zzerexx#3970
  2. getgenv().CrosshairSettings = {
  3. Color = Color3.fromRGB(255,0,0),
  4. Opacity = 1, -- 0 = Transparent, 1 = Opaque
  5. Length = 10, -- Length of each line
  6. Thickness = 2, -- Thickness of each line
  7. Offset = 3, -- Offset from the middle point
  8. Dot = false, -- not recommended
  9. FollowCursor = false, -- Crosshair follows the cursor
  10. HideMouseIcon = false, -- Hides the mouse icon
  11. HideGameCrosshair = true, -- Hides the current game's crosshair (if its supported)
  12. } -- v1.0.0
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/zzerexx/scripts/main/CustomCrosshair.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement