-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "GameMenu"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local el0 = Instance.new("Frame")
el0.Name = "MenuPanel"
el0.Size = UDim2.new(0.4, 0, 0.56, 0)
el0.Position = UDim2.new(0.3, 0, 0.22, 0)
el0.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el0.BackgroundTransparency = 0
el0.ZIndex = 1
el0.LayoutOrder = 1
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 16)
el0_corner.Parent = el0
el0.Parent = gui
local el1 = Instance.new("TextLabel")
el1.Name = "Title"
el1.Size = UDim2.new(0.28, 0, 0.08, 0)
el1.Position = UDim2.new(0.36, 0, 0.28, 0)
el1.BackgroundTransparency = 1
el1.ZIndex = 2
el1.LayoutOrder = 2
el1.Text = "MAIN MENU"
el1.Font = Enum.Font.GothamBold
el1.TextSize = 26
el1.TextColor3 = Color3.fromRGB(225, 225, 239)
el1.Parent = gui
local el2 = Instance.new("TextButton")
el2.Name = "PlayBtn"
el2.Size = UDim2.new(0.28, 0, 0.09, 0)
el2.Position = UDim2.new(0.36, 0, 0.42, 0)
el2.BackgroundColor3 = Color3.fromRGB(0, 162, 255)
el2.BackgroundTransparency = 0
el2.ZIndex = 2
el2.LayoutOrder = 3
local el2_corner = Instance.new("UICorner")
el2_corner.CornerRadius = UDim.new(0, 10)
el2_corner.Parent = el2
el2.Text = "PLAY"
el2.Font = Enum.Font.GothamBold
el2.TextSize = 20
el2.TextColor3 = Color3.fromRGB(0, 29, 52)
el2.Parent = gui
local el3 = Instance.new("TextButton")
el3.Name = "SettingsBtn"
el3.Size = UDim2.new(0.28, 0, 0.09, 0)
el3.Position = UDim2.new(0.36, 0, 0.54, 0)
el3.BackgroundColor3 = Color3.fromRGB(40, 41, 51)
el3.BackgroundTransparency = 0
el3.ZIndex = 2
el3.LayoutOrder = 4
local el3_corner = Instance.new("UICorner")
el3_corner.CornerRadius = UDim.new(0, 10)
el3_corner.Parent = el3
el3.Text = "SETTINGS"
el3.Font = Enum.Font.GothamMedium
el3.TextSize = 16
el3.TextColor3 = Color3.fromRGB(225, 225, 239)
el3.Parent = gui
local el4 = Instance.new("TextLabel")
el4.Name = "CoinsLabel"
el4.Size = UDim2.new(0.2, 0, 0.06, 0)
el4.Position = UDim2.new(0.04, 0, 0.05, 0)
el4.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el4.BackgroundTransparency = 0
el4.ZIndex = 2
el4.LayoutOrder = 5
local el4_corner = Instance.new("UICorner")
el4_corner.CornerRadius = UDim.new(0, 999)
el4_corner.Parent = el4
el4.Text = "1,250"
el4.Font = Enum.Font.GothamBold
el4.TextSize = 15
el4.TextColor3 = Color3.fromRGB(76, 221, 177)
el4.Parent = gui