Skip to content

Commit 2cd737f

Browse files
authored
Update maingui.lua
1 parent f3fd12b commit 2cd737f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

maingui.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1+
-- https://discord.gg/uG5wXsFHjk
12
-- https://github.com/nucax/KuromiX
2-
-- Finally updated!
3-
-- :-)
4-
-- nucaxem2025
53
local guiParent = (syn and syn.protect_gui and syn.protect_gui(game:GetService("CoreGui"))) or game:GetService("CoreGui")
64

75
local ScreenGui = Instance.new("ScreenGui")
@@ -340,7 +338,7 @@ end)
340338
local DiscordLabel = Instance.new("TextLabel", TabFrames["Discord"])
341339
DiscordLabel.Size = UDim2.new(1, -20, 0, 40)
342340
DiscordLabel.Position = UDim2.new(0, 10, 0, 10)
343-
DiscordLabel.Text = "Join us: Soon"
341+
DiscordLabel.Text = ".gg/uG5wXsFHjk"
344342
DiscordLabel.TextColor3 = Color3.fromRGB(200, 150, 255)
345343
DiscordLabel.BackgroundTransparency = 1
346344
DiscordLabel.TextScaled = true

0 commit comments

Comments
 (0)