From 5f85908d55530e47977c5bb621a174105171b956 Mon Sep 17 00:00:00 2001 From: ARSON <58544287+Upbolt@users.noreply.github.com> Date: Wed, 14 Jun 2023 06:44:53 -0700 Subject: [PATCH] removed startup messagebox --- ui/main.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/main.lua b/ui/main.lua index 32f22bb6..932e385a 100644 --- a/ui/main.lua +++ b/ui/main.lua @@ -97,8 +97,6 @@ Collapse.MouseButton1Click:Connect(function() Open:TweenPosition(constants.reveal, "Out", "Quad", 0.15) end) -MessageBox.Show("Welcome to Hydroxide", "This is not a finished product\n\nUPDATE: 1/8/22\nMy Discord account has been terminated, which means the status of the current Discord server is now in limbo. I have no plans to create a new server right now, but I do plan to in the near future.", MessageType.OK) - Interface.Name = HttpService:GenerateGUID(false) if getHui then Interface.Parent = getHui()