local main2 = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local titler = Instance.new("TextLabel")
local /guns = Instance.new("TextLabel")
local /fastM9 = Instance.new("TextLabel")
local button3 = Instance.new("TextButton")
local button4 = Instance.new("TextButton")
local button5 = Instance.new("TextButton")
local button6 = Instance.new("TextButton")
local button7 = Instance.new("TextButton")
local button8 = Instance.new("TextButton")
local close = Instance.new("TextButton")

main2.Name = "main"
main2.Parent = game.CoreGui

frame.Name = "frame"
frame.Parent = main
frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
frame.BorderSizePixel = 3
frame.Position = UDim2.new(0,3,0.3,0)
frame.Size = UDim2.new(0, 300, 0, 400)
frame.Active = true
frame.Draggable = true

titler.Name = "titler"
titler.Parent = frame
titler.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
titler.BorderColor3 = Color3.fromRGB(255, 0, 0)
titler.BorderSizePixel = 3
titler.Size = UDim2.new(0, 300, 0, 40)
titler.Font = Enum.Font.SourceSans
titler.Text = "CMDS"
titler.TextColor3 = Color3.fromRGB(255, 255, 255)
titler.TextSize = 24.000

Embed on website

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