Rewrite Settings menu corescript with Fusion
This commit is contained in:
parent
72df3e5ee4
commit
79408d8a57
3234
luau/46295863.luau
3234
luau/46295863.luau
File diff suppressed because it is too large
Load Diff
|
|
@ -1533,7 +1533,7 @@ function Chat:CreateChatBar()
|
|||
|
||||
-- Engine has code to offset the entire world, so if we do it by -20 pixels nothing gets in our chat's way
|
||||
--GuiService:SetGlobalSizeOffsetPixel(0, -20)
|
||||
local success, error = pcall(function()
|
||||
local success = pcall(function()
|
||||
GuiService:SetGlobalGuiInset(0, 0, 0, 20)
|
||||
end)
|
||||
if not success then
|
||||
|
|
|
|||
Loading…
Reference in New Issue