mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51: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)
|
function Crosshair.constructor(Player: Player)
|
||||||
local ScreenGui = Instance.new("ScreenGui")
|
local ScreenGui = Instance.new("ScreenGui")
|
||||||
ScreenGui.ResetOnSpawn = false
|
ScreenGui.ResetOnSpawn = false
|
||||||
|
ScreenGui.IgnoreGuiInset = true
|
||||||
ScreenGui.Name = "Crosshair"
|
ScreenGui.Name = "Crosshair"
|
||||||
|
|
||||||
local CrosshairIcon = Instance.new("ImageLabel")
|
local CrosshairIcon = Instance.new("ImageLabel")
|
||||||
|
|||||||
Reference in New Issue
Block a user