![[🐈GUMBALL] Brainrot Battlegrounds](/images/script/128327582683856-1758453303922.png)
9.5k Views
Key System
Description
this will get you on the kills leaderboard
Comments
2

Offline
sampangmatthew 8 months ago
-- Configuration
local DISCORD_LINK = "https://discord.gg/vEVMhTkDtg"
local CORRECT_KEY = "Razzyisbig"
-- Rainbow border function
local function rainbowBorder(frame)
local uistroke = Instance.new("UIStroke", frame)
uistroke.Thickness = 3
uistroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
uistroke.LineJoinMode = Enum.LineJoinMode.Round
local hue = 0
task.spawn(function()
while uistroke and uistroke.Parent do
uistroke.Color = Color3.fromHSV(hue, 1, 1)
hue = (hue + 0.005) % 1
task.wait(0.03)
end
end)
end
-- GUI Setup
local gui = Instance.new("ScreenGui", game:GetService("CoreGui"))
gui.Name = "RazzyKeySystem"
local main = Instance.new("Frame", gui)
main.Size = UDim2.new(0, 400, 0, 250)
main.Position = UDim2.new(0.5, -200, 0.5, -125)
main.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
local corner = Instance.new("UICorner", main)
corner.CornerRadius = UDim.new(0, 15)
rainbowBorder(main)
-- *le
local *le = Instance.new("TextLabel", main)
*le.Size = UDim2.new(1, 0, 0.2, 0)
*le.Position = UDim2.new(0, 0, 0, 0)
*le.BackgroundTransparency = 1
*le.Text = "Join for the Key!"
*le.TextScaled = true
*le.Font = Enum.Font.GothamBold
*le.TextColor3 = Color3.new(1, 1, 1)
-- Get Key Button
local getKey = Instance.new("TextButton", main)
getKey.Size = UDim2.new(0.8, 0, 0.2, 0)
getKey.Position = UDim2.new(0.1, 0, 0.25, 0)
getKey.Text = "Get Key (Copy Discord)"
getKey.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
getKey.TextScaled = true
getKey.Font = Enum.Font.Gotham
getKey.TextColor3 = Color3.new(1, 1, 1)
Instance.new("UICorner", getKey)
getKey.MouseButton1Click:Connect(function()
setclipboard(DISCORD_LINK)
getKey.Text = "Copied!"
task.wait(1)
getKey.Text = "Get Key
Offline
AbsolutelyNoIdea 8 months ago
SKID, THIS SCRIPT ISNT YOURS AND THE KEY IS SO POORLY MADE PROBABLY MADE BY CHATGPT ONG.

![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
