From 595169f75184a29dd78baa22b8871662795ba255 Mon Sep 17 00:00:00 2001 From: Lewin Kelly Date: Mon, 24 Apr 2023 06:49:19 +0100 Subject: [PATCH] Fix typo --- processed/46295863.lua | 2 +- yue/46295863.yue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/processed/46295863.lua b/processed/46295863.lua index 400ec16..f80f948 100644 --- a/processed/46295863.lua +++ b/processed/46295863.lua @@ -539,7 +539,7 @@ createGameMainMenu = function(baseZIndex, shield) gameSettingsButton.Name = "SettingsButton" gameSettingsButton.ZIndex = baseZIndex + 4 gameSettingsButton.Parent = gameMainMenuFrame - if game:FindFirstChild("LoadingGuiService" and #game.LoadingGuiService:GetChildren() > 0) then + if game:FindFirstChild("LoadingGuiService") and #game.LoadingGuiService:GetChildren() > 0 then gameSettingsButton = createTextButton("Game Instructions", Enum.ButtonStyle.RobloxButton, Enum.FontSize.Size24, UDim2.new(0, 340, 0, 50), UDim2.new(0, 82, 0, 207)) gameSettingsButton.Name = "GameInstructions" gameSettingsButton.ZIndex = baseZIndex + 4 diff --git a/yue/46295863.yue b/yue/46295863.yue index 1d86644..e6f68ff 100644 --- a/yue/46295863.yue +++ b/yue/46295863.yue @@ -711,7 +711,7 @@ createGameMainMenu = (baseZIndex, shield) -> gameSettingsButton.ZIndex = baseZIndex + 4 gameSettingsButton.Parent = gameMainMenuFrame - if game\FindFirstChild "LoadingGuiService" and #game.LoadingGuiService\GetChildren! > 0 + if game\FindFirstChild"LoadingGuiService" and #game.LoadingGuiService\GetChildren! > 0 gameSettingsButton = createTextButton( "Game Instructions", Enum.ButtonStyle.RobloxButton,