We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fd12b commit 2cd737fCopy full SHA for 2cd737f
maingui.lua
@@ -1,7 +1,5 @@
1
+-- https://discord.gg/uG5wXsFHjk
2
-- https://github.com/nucax/KuromiX
--- Finally updated!
3
--- :-)
4
--- nucaxem2025
5
local guiParent = (syn and syn.protect_gui and syn.protect_gui(game:GetService("CoreGui"))) or game:GetService("CoreGui")
6
7
local ScreenGui = Instance.new("ScreenGui")
@@ -340,7 +338,7 @@ end)
340
338
local DiscordLabel = Instance.new("TextLabel", TabFrames["Discord"])
341
339
DiscordLabel.Size = UDim2.new(1, -20, 0, 40)
342
DiscordLabel.Position = UDim2.new(0, 10, 0, 10)
343
-DiscordLabel.Text = "Join us: Soon"
+DiscordLabel.Text = ".gg/uG5wXsFHjk"
344
DiscordLabel.TextColor3 = Color3.fromRGB(200, 150, 255)
345
DiscordLabel.BackgroundTransparency = 1
346
DiscordLabel.TextScaled = true
0 commit comments