Rewrite Settings menu corescript with Fusion

This commit is contained in:
Lewin Kelly 2023-09-29 00:53:00 +01:00
parent 72df3e5ee4
commit 79408d8a57
2 changed files with 1772 additions and 1464 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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