-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "Leaderboard"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local el0 = Instance.new("Frame")
el0.Name = "Board"
el0.Size = UDim2.new(0.36, 0, 0.72, 0)
el0.Position = UDim2.new(0.32, 0, 0.14, 0)
el0.BackgroundColor3 = Color3.fromRGB(14, 28, 34)
el0.BackgroundTransparency = 0
el0.ZIndex = 1
el0.LayoutOrder = 0
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 14)
el0_corner.Parent = el0
local el0_grad = Instance.new("UIGradient")
el0_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(62, 64, 72)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el0_grad.Rotation = 45
el0_grad.Parent = el0
local el0_list = Instance.new("UIListLayout")
el0_list.FillDirection = Enum.FillDirection.Vertical
el0_list.Padding = UDim.new(0, 8)
el0_list.SortOrder = Enum.SortOrder.LayoutOrder
el0_list.Parent = el0
local el0_pad = Instance.new("UIPadding")
el0_pad.PaddingTop = UDim.new(0, 10)
el0_pad.PaddingBottom = UDim.new(0, 10)
el0_pad.PaddingLeft = UDim.new(0, 10)
el0_pad.PaddingRight = UDim.new(0, 10)
el0_pad.Parent = el0
el0.Parent = gui
local el1 = Instance.new("TextLabel")
el1.Name = "Title"
el1.Size = UDim2.new(1, 0, 0.12, 0)
el1.Position = UDim2.new(0, 0, 0, 0)
el1.BackgroundTransparency = 1
el1.ZIndex = 1
el1.LayoutOrder = 0
local el1_corner = Instance.new("UICorner")
el1_corner.CornerRadius = UDim.new(0, 8)
el1_corner.Parent = el1
el1.Text = "LEADERBOARD"
el1.Font = Enum.Font.GothamBold
el1.TextSize = 18
el1.TextColor3 = Color3.fromRGB(230, 244, 247)
el1.Parent = el0
local el2 = Instance.new("Frame")
el2.Name = "Row0"
el2.Size = UDim2.new(1, 0, 0.14, 0)
el2.Position = UDim2.new(0, 0, 0, 0)
el2.BackgroundColor3 = Color3.fromRGB(16, 48, 72)
el2.BackgroundTransparency = 0
el2.ZIndex = 1
el2.LayoutOrder = 1
local el2_corner = Instance.new("UICorner")
el2_corner.CornerRadius = UDim.new(0, 8)
el2_corner.Parent = el2
local el2_grad = Instance.new("UIGradient")
el2_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(57, 89, 113)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 7, 31)))
el2_grad.Rotation = 45
el2_grad.Parent = el2
el2.Parent = el0
local el3 = Instance.new("TextLabel")
el3.Name = "Rank"
el3.Size = UDim2.new(0.12, 0, 0.5, 0)
el3.Position = UDim2.new(0.04, 0, 0.25, 0)
el3.BackgroundTransparency = 1
el3.ZIndex = 1
el3.LayoutOrder = 0
local el3_corner = Instance.new("UICorner")
el3_corner.CornerRadius = UDim.new(0, 8)
el3_corner.Parent = el3
el3.Text = "1"
el3.Font = Enum.Font.GothamBold
el3.TextSize = 18
el3.TextColor3 = Color3.fromRGB(165, 243, 252)
el3.Parent = el2
local el4 = Instance.new("TextLabel")
el4.Name = "Name"
el4.Size = UDim2.new(0.5, 0, 0.4, 0)
el4.Position = UDim2.new(0.2, 0, 0.3, 0)
el4.BackgroundTransparency = 1
el4.ZIndex = 1
el4.LayoutOrder = 1
local el4_corner = Instance.new("UICorner")
el4_corner.CornerRadius = UDim.new(0, 8)
el4_corner.Parent = el4
el4.Text = "Alex"
el4.Font = Enum.Font.GothamMedium
el4.TextSize = 16
el4.TextColor3 = Color3.fromRGB(230, 244, 247)
el4.Parent = el2
local el5 = Instance.new("TextLabel")
el5.Name = "Score"
el5.Size = UDim2.new(0.3, 0, 0.4, 0)
el5.Position = UDim2.new(0.66, 0, 0.3, 0)
el5.BackgroundTransparency = 1
el5.ZIndex = 1
el5.LayoutOrder = 2
local el5_corner = Instance.new("UICorner")
el5_corner.CornerRadius = UDim.new(0, 8)
el5_corner.Parent = el5
el5.Text = "9,820"
el5.Font = Enum.Font.GothamMedium
el5.TextSize = 15
el5.TextColor3 = Color3.fromRGB(52, 211, 153)
el5.Parent = el2
local el6 = Instance.new("Frame")
el6.Name = "Row1"
el6.Size = UDim2.new(1, 0, 0.14, 0)
el6.Position = UDim2.new(0, 0, 0, 0)
el6.BackgroundColor3 = Color3.fromRGB(19, 42, 51)
el6.BackgroundTransparency = 0
el6.ZIndex = 1
el6.LayoutOrder = 2
local el6_corner = Instance.new("UICorner")
el6_corner.CornerRadius = UDim.new(0, 8)
el6_corner.Parent = el6
local el6_grad = Instance.new("UIGradient")
el6_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(70, 72, 82)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el6_grad.Rotation = 45
el6_grad.Parent = el6
el6.Parent = el0
local el7 = Instance.new("TextLabel")
el7.Name = "Rank"
el7.Size = UDim2.new(0.12, 0, 0.5, 0)
el7.Position = UDim2.new(0.04, 0, 0.25, 0)
el7.BackgroundTransparency = 1
el7.ZIndex = 1
el7.LayoutOrder = 0
local el7_corner = Instance.new("UICorner")
el7_corner.CornerRadius = UDim.new(0, 8)
el7_corner.Parent = el7
el7.Text = "2"
el7.Font = Enum.Font.GothamBold
el7.TextSize = 18
el7.TextColor3 = Color3.fromRGB(168, 196, 203)
el7.Parent = el6
local el8 = Instance.new("TextLabel")
el8.Name = "Name"
el8.Size = UDim2.new(0.5, 0, 0.4, 0)
el8.Position = UDim2.new(0.2, 0, 0.3, 0)
el8.BackgroundTransparency = 1
el8.ZIndex = 1
el8.LayoutOrder = 1
local el8_corner = Instance.new("UICorner")
el8_corner.CornerRadius = UDim.new(0, 8)
el8_corner.Parent = el8
el8.Text = "Mia"
el8.Font = Enum.Font.GothamMedium
el8.TextSize = 16
el8.TextColor3 = Color3.fromRGB(230, 244, 247)
el8.Parent = el6
local el9 = Instance.new("TextLabel")
el9.Name = "Score"
el9.Size = UDim2.new(0.3, 0, 0.4, 0)
el9.Position = UDim2.new(0.66, 0, 0.3, 0)
el9.BackgroundTransparency = 1
el9.ZIndex = 1
el9.LayoutOrder = 2
local el9_corner = Instance.new("UICorner")
el9_corner.CornerRadius = UDim.new(0, 8)
el9_corner.Parent = el9
el9.Text = "8,104"
el9.Font = Enum.Font.GothamMedium
el9.TextSize = 15
el9.TextColor3 = Color3.fromRGB(52, 211, 153)
el9.Parent = el6
local el10 = Instance.new("Frame")
el10.Name = "Row2"
el10.Size = UDim2.new(1, 0, 0.14, 0)
el10.Position = UDim2.new(0, 0, 0, 0)
el10.BackgroundColor3 = Color3.fromRGB(19, 42, 51)
el10.BackgroundTransparency = 0
el10.ZIndex = 1
el10.LayoutOrder = 3
local el10_corner = Instance.new("UICorner")
el10_corner.CornerRadius = UDim.new(0, 8)
el10_corner.Parent = el10
local el10_grad = Instance.new("UIGradient")
el10_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(70, 72, 82)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el10_grad.Rotation = 45
el10_grad.Parent = el10
el10.Parent = el0
local el11 = Instance.new("TextLabel")
el11.Name = "Rank"
el11.Size = UDim2.new(0.12, 0, 0.5, 0)
el11.Position = UDim2.new(0.04, 0, 0.25, 0)
el11.BackgroundTransparency = 1
el11.ZIndex = 1
el11.LayoutOrder = 0
local el11_corner = Instance.new("UICorner")
el11_corner.CornerRadius = UDim.new(0, 8)
el11_corner.Parent = el11
el11.Text = "3"
el11.Font = Enum.Font.GothamBold
el11.TextSize = 18
el11.TextColor3 = Color3.fromRGB(168, 196, 203)
el11.Parent = el10
local el12 = Instance.new("TextLabel")
el12.Name = "Name"
el12.Size = UDim2.new(0.5, 0, 0.4, 0)
el12.Position = UDim2.new(0.2, 0, 0.3, 0)
el12.BackgroundTransparency = 1
el12.ZIndex = 1
el12.LayoutOrder = 1
local el12_corner = Instance.new("UICorner")
el12_corner.CornerRadius = UDim.new(0, 8)
el12_corner.Parent = el12
el12.Text = "Kai"
el12.Font = Enum.Font.GothamMedium
el12.TextSize = 16
el12.TextColor3 = Color3.fromRGB(230, 244, 247)
el12.Parent = el10
local el13 = Instance.new("TextLabel")
el13.Name = "Score"
el13.Size = UDim2.new(0.3, 0, 0.4, 0)
el13.Position = UDim2.new(0.66, 0, 0.3, 0)
el13.BackgroundTransparency = 1
el13.ZIndex = 1
el13.LayoutOrder = 2
local el13_corner = Instance.new("UICorner")
el13_corner.CornerRadius = UDim.new(0, 8)
el13_corner.Parent = el13
el13.Text = "7,551"
el13.Font = Enum.Font.GothamMedium
el13.TextSize = 15
el13.TextColor3 = Color3.fromRGB(52, 211, 153)
el13.Parent = el10
local el14 = Instance.new("Frame")
el14.Name = "Row3"
el14.Size = UDim2.new(1, 0, 0.14, 0)
el14.Position = UDim2.new(0, 0, 0, 0)
el14.BackgroundColor3 = Color3.fromRGB(19, 42, 51)
el14.BackgroundTransparency = 0
el14.ZIndex = 1
el14.LayoutOrder = 4
local el14_corner = Instance.new("UICorner")
el14_corner.CornerRadius = UDim.new(0, 8)
el14_corner.Parent = el14
local el14_grad = Instance.new("UIGradient")
el14_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(70, 72, 82)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el14_grad.Rotation = 45
el14_grad.Parent = el14
el14.Parent = el0
local el15 = Instance.new("TextLabel")
el15.Name = "Rank"
el15.Size = UDim2.new(0.12, 0, 0.5, 0)
el15.Position = UDim2.new(0.04, 0, 0.25, 0)
el15.BackgroundTransparency = 1
el15.ZIndex = 1
el15.LayoutOrder = 0
local el15_corner = Instance.new("UICorner")
el15_corner.CornerRadius = UDim.new(0, 8)
el15_corner.Parent = el15
el15.Text = "4"
el15.Font = Enum.Font.GothamBold
el15.TextSize = 18
el15.TextColor3 = Color3.fromRGB(168, 196, 203)
el15.Parent = el14
local el16 = Instance.new("TextLabel")
el16.Name = "Name"
el16.Size = UDim2.new(0.5, 0, 0.4, 0)
el16.Position = UDim2.new(0.2, 0, 0.3, 0)
el16.BackgroundTransparency = 1
el16.ZIndex = 1
el16.LayoutOrder = 1
local el16_corner = Instance.new("UICorner")
el16_corner.CornerRadius = UDim.new(0, 8)
el16_corner.Parent = el16
el16.Text = "Zoe"
el16.Font = Enum.Font.GothamMedium
el16.TextSize = 16
el16.TextColor3 = Color3.fromRGB(230, 244, 247)
el16.Parent = el14
local el17 = Instance.new("TextLabel")
el17.Name = "Score"
el17.Size = UDim2.new(0.3, 0, 0.4, 0)
el17.Position = UDim2.new(0.66, 0, 0.3, 0)
el17.BackgroundTransparency = 1
el17.ZIndex = 1
el17.LayoutOrder = 2
local el17_corner = Instance.new("UICorner")
el17_corner.CornerRadius = UDim.new(0, 8)
el17_corner.Parent = el17
el17.Text = "6,330"
el17.Font = Enum.Font.GothamMedium
el17.TextSize = 15
el17.TextColor3 = Color3.fromRGB(52, 211, 153)
el17.Parent = el14