mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
Make the crosshair actually center lol
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user