-- Create a ScreenGui
local gui = Instance.new("ScreenGui")
gui.Name = "RedBordersGUI"
gui.Parent = game.Players.LocalPlayer.PlayerGui

-- Create a Frame
local frame = Instance.new("Frame")
frame.Size = UDim2.new(0, 400, 0, 400)
frame.Position = UDim2.new(0, 500, 0, 100)
frame.BackgroundColor3 = Color3.new(0, 0, 0)
frame.BorderColor3 = Color3.new(2, 80, 12) -- Set the border color to red
frame.BorderSizePixel = 10 -- Set the border size
frame.Parent = gui

local gui = Instance.new("ScreenGui")
gui.Name = "DarkGui"
gui.ResetOnSpawn = true
gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

local frame = Instance.new("Frame")
frame.Size = UDim2.new(0, 300, 0, 300)
frame.Position = UDim2.new(0, 550, 0.20, 0)
frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
frame.Parent = gui

gui.Parent = game.Players.LocalPlayer.PlayerGui

local gui = Instance.new("ScreenGui")
gui.Name = "TextGui"
gui.ResetOnSpawn = true
gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

local textLabel = Instance.new("TextLabel")
textLabel.Size = UDim2.new(0, 300, 0, 60)
textLabel.Position = UDim2.new(0, 550, 0, 105)
textLabel.BackgroundColor3 = Color3.new(0, 0, 0)
textLabel.TextColor3 = Color3.new(255, 255, 255)
textLabel.Text = "k00pgui v2 reborn"
textLabel.FontSize = Enum.FontSize.Size24
textLabel.Parent = frame

gui.Parent = game.Players.LocalPlayer.PlayerGui

local gui = Instance.new("ScreenGui")
gui.Name = "TextGui"
gui.ResetOnSpawn = true
gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

local textLabel = Instance.new("TextLabel")
textLabel.Size = UDim2.new(0, 300, 0, 30)
textLabel.Position = UDim2.new(0, 550, 0, 470)
textLabel.BackgroundColor3 = Color3.new(0, 0, 0)
textLabel.TextColor3 = Color3.new(255, 255, 255)
textLabel.Text = "by k00pkiddalt [team k00pkidd]"
textLabel.FontSize = Enum.FontSize.Size24
textLabel.Parent = frame

gui.Parent = game.CoreGui

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: