-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "Hud"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local el0 = Instance.new("Frame")
el0.Name = "StatsPanel"
el0.Size = UDim2.new(0.26, 0, 0.17, 0)
el0.Position = UDim2.new(0.02, 0, 0.04, 0)
el0.BackgroundColor3 = Color3.fromRGB(21, 23, 31)
el0.BackgroundTransparency = 0
el0.ZIndex = 1
el0.LayoutOrder = 0
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 12)
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_stroke = Instance.new("UIStroke")
el0_stroke.Color = Color3.fromRGB(255, 255, 255)
el0_stroke.Transparency = 0.85
el0_stroke.Thickness = 1
el0_stroke.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, 8)
el0_pad.PaddingBottom = UDim.new(0, 8)
el0_pad.PaddingLeft = UDim.new(0, 8)
el0_pad.PaddingRight = UDim.new(0, 8)
el0_pad.Parent = el0
el0.Parent = gui
local el1 = Instance.new("Frame")
el1.Name = "HpRow"
el1.Size = UDim2.new(1, 0, 0.28, 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.Parent = el0
local el2 = Instance.new("TextLabel")
el2.Name = "HpLabel"
el2.Size = UDim2.new(0.16, 0, 0.6, 0)
el2.Position = UDim2.new(0.02, 0, 0.2, 0)
el2.BackgroundTransparency = 1
el2.ZIndex = 1
el2.LayoutOrder = 0
local el2_corner = Instance.new("UICorner")
el2_corner.CornerRadius = UDim.new(0, 8)
el2_corner.Parent = el2
el2.Text = "HP"
el2.Font = Enum.Font.GothamBold
el2.TextSize = 12
el2.TextColor3 = Color3.fromRGB(110, 231, 183)
el2.Parent = el1
local el3 = Instance.new("Frame")
el3.Name = "HpBarBg"
el3.Size = UDim2.new(0.78, 0, 0.3, 0)
el3.Position = UDim2.new(0.2, 0, 0.35, 0)
el3.BackgroundColor3 = Color3.fromRGB(35, 42, 54)
el3.BackgroundTransparency = 0
el3.ZIndex = 1
el3.LayoutOrder = 1
local el3_corner = Instance.new("UICorner")
el3_corner.CornerRadius = UDim.new(0, 999)
el3_corner.Parent = el3
local el3_grad = Instance.new("UIGradient")
el3_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(76, 83, 95)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 1, 13)))
el3_grad.Rotation = 45
el3_grad.Parent = el3
el3.Parent = el1
local el4 = Instance.new("Frame")
el4.Name = "HpBarFill"
el4.Size = UDim2.new(0.72, 0, 1, 0)
el4.Position = UDim2.new(0, 0, 0, 0)
el4.BackgroundColor3 = Color3.fromRGB(52, 211, 153)
el4.BackgroundTransparency = 0
el4.ZIndex = 1
el4.LayoutOrder = 0
local el4_corner = Instance.new("UICorner")
el4_corner.CornerRadius = UDim.new(0, 999)
el4_corner.Parent = el4
local el4_grad = Instance.new("UIGradient")
el4_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(93, 252, 194)), ColorSequenceKeypoint.new(1, Color3.fromRGB(11, 170, 112)))
el4_grad.Rotation = 45
el4_grad.Parent = el4
el4.Parent = el3
local el5 = Instance.new("Frame")
el5.Name = "MpRow"
el5.Size = UDim2.new(1, 0, 0.28, 0)
el5.Position = UDim2.new(0, 0, 0, 0)
el5.BackgroundTransparency = 1
el5.ZIndex = 1
el5.LayoutOrder = 1
local el5_corner = Instance.new("UICorner")
el5_corner.CornerRadius = UDim.new(0, 8)
el5_corner.Parent = el5
el5.Parent = el0
local el6 = Instance.new("TextLabel")
el6.Name = "MpLabel"
el6.Size = UDim2.new(0.16, 0, 0.6, 0)
el6.Position = UDim2.new(0.02, 0, 0.2, 0)
el6.BackgroundTransparency = 1
el6.ZIndex = 1
el6.LayoutOrder = 0
local el6_corner = Instance.new("UICorner")
el6_corner.CornerRadius = UDim.new(0, 8)
el6_corner.Parent = el6
el6.Text = "MP"
el6.Font = Enum.Font.GothamBold
el6.TextSize = 12
el6.TextColor3 = Color3.fromRGB(125, 211, 252)
el6.Parent = el5
local el7 = Instance.new("Frame")
el7.Name = "MpBarBg"
el7.Size = UDim2.new(0.78, 0, 0.3, 0)
el7.Position = UDim2.new(0.2, 0, 0.35, 0)
el7.BackgroundColor3 = Color3.fromRGB(35, 42, 54)
el7.BackgroundTransparency = 0
el7.ZIndex = 1
el7.LayoutOrder = 1
local el7_corner = Instance.new("UICorner")
el7_corner.CornerRadius = UDim.new(0, 999)
el7_corner.Parent = el7
local el7_grad = Instance.new("UIGradient")
el7_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(76, 83, 95)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 1, 13)))
el7_grad.Rotation = 45
el7_grad.Parent = el7
el7.Parent = el5
local el8 = Instance.new("Frame")
el8.Name = "MpBarFill"
el8.Size = UDim2.new(0.45, 0, 1, 0)
el8.Position = UDim2.new(0, 0, 0, 0)
el8.BackgroundColor3 = Color3.fromRGB(56, 189, 248)
el8.BackgroundTransparency = 0
el8.ZIndex = 1
el8.LayoutOrder = 0
local el8_corner = Instance.new("UICorner")
el8_corner.CornerRadius = UDim.new(0, 999)
el8_corner.Parent = el8
local el8_grad = Instance.new("UIGradient")
el8_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(97, 230, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(15, 148, 207)))
el8_grad.Rotation = 45
el8_grad.Parent = el8
el8.Parent = el7
local el9 = Instance.new("Frame")
el9.Name = "XpRow"
el9.Size = UDim2.new(1, 0, 0.2, 0)
el9.Position = UDim2.new(0, 0, 0, 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.Parent = el0
local el10 = Instance.new("TextLabel")
el10.Name = "XpLabel"
el10.Size = UDim2.new(0.16, 0, 0.6, 0)
el10.Position = UDim2.new(0.02, 0, 0.15, 0)
el10.BackgroundTransparency = 1
el10.ZIndex = 1
el10.LayoutOrder = 0
local el10_corner = Instance.new("UICorner")
el10_corner.CornerRadius = UDim.new(0, 8)
el10_corner.Parent = el10
el10.Text = "XP"
el10.Font = Enum.Font.GothamBold
el10.TextSize = 11
el10.TextColor3 = Color3.fromRGB(253, 230, 138)
el10.Parent = el9
local el11 = Instance.new("Frame")
el11.Name = "XpBarBg"
el11.Size = UDim2.new(0.78, 0, 0.22, 0)
el11.Position = UDim2.new(0.2, 0, 0.3, 0)
el11.BackgroundColor3 = Color3.fromRGB(35, 42, 54)
el11.BackgroundTransparency = 0
el11.ZIndex = 1
el11.LayoutOrder = 1
local el11_corner = Instance.new("UICorner")
el11_corner.CornerRadius = UDim.new(0, 999)
el11_corner.Parent = el11
local el11_grad = Instance.new("UIGradient")
el11_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(76, 83, 95)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 1, 13)))
el11_grad.Rotation = 45
el11_grad.Parent = el11
el11.Parent = el9
local el12 = Instance.new("Frame")
el12.Name = "XpBarFill"
el12.Size = UDim2.new(0.3, 0, 1, 0)
el12.Position = UDim2.new(0, 0, 0, 0)
el12.BackgroundColor3 = Color3.fromRGB(251, 191, 36)
el12.BackgroundTransparency = 0
el12.ZIndex = 1
el12.LayoutOrder = 0
local el12_corner = Instance.new("UICorner")
el12_corner.CornerRadius = UDim.new(0, 999)
el12_corner.Parent = el12
local el12_grad = Instance.new("UIGradient")
el12_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 232, 77)), ColorSequenceKeypoint.new(1, Color3.fromRGB(210, 150, 0)))
el12_grad.Rotation = 45
el12_grad.Parent = el12
el12.Parent = el11
local el13 = Instance.new("Frame")
el13.Name = "Coins"
el13.Size = UDim2.new(0.26, 0, 0.07, 0)
el13.Position = UDim2.new(0.72, 0, 0.04, 0)
el13.BackgroundColor3 = Color3.fromRGB(21, 23, 31)
el13.BackgroundTransparency = 0
el13.ZIndex = 1
el13.LayoutOrder = 1
local el13_corner = Instance.new("UICorner")
el13_corner.CornerRadius = UDim.new(0, 999)
el13_corner.Parent = el13
local el13_grad = Instance.new("UIGradient")
el13_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(62, 64, 72)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el13_grad.Rotation = 45
el13_grad.Parent = el13
local el13_stroke = Instance.new("UIStroke")
el13_stroke.Color = Color3.fromRGB(255, 255, 255)
el13_stroke.Transparency = 0.85
el13_stroke.Thickness = 1
el13_stroke.Parent = el13
el13.Parent = gui
local el14 = Instance.new("TextLabel")
el14.Name = "CoinAmount"
el14.Size = UDim2.new(0.9, 0, 0.7, 0)
el14.Position = UDim2.new(0.05, 0, 0.15, 0)
el14.BackgroundTransparency = 1
el14.ZIndex = 1
el14.LayoutOrder = 0
local el14_corner = Instance.new("UICorner")
el14_corner.CornerRadius = UDim.new(0, 8)
el14_corner.Parent = el14
el14.Text = "🪙 12,450"
el14.Font = Enum.Font.GothamBold
el14.TextSize = 15
el14.TextColor3 = Color3.fromRGB(253, 230, 138)
el14.Parent = el13