Make the crosshair actually center lol

This commit is contained in:
2023-12-21 19:47:04 -05:00
parent 6c7a4ced45
commit 52e787eb50

View File

@@ -8,6 +8,7 @@ Crosshair.__index = Crosshair
function Crosshair.constructor(Player: Player)
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.ResetOnSpawn = false
ScreenGui.IgnoreGuiInset = true
ScreenGui.Name = "Crosshair"
local CrosshairIcon = Instance.new("ImageLabel")