-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "Shop"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local el0 = Instance.new("Frame")
el0.Name = "ShopPanel"
el0.Size = UDim2.new(0.64, 0, 0.76, 0)
el0.Position = UDim2.new(0.18, 0, 0.12, 0)
el0.BackgroundColor3 = Color3.fromRGB(36, 21, 25)
el0.BackgroundTransparency = 0
el0.ZIndex = 1
el0.LayoutOrder = 0
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 16)
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, 16)
el0_pad.PaddingBottom = UDim.new(0, 16)
el0_pad.PaddingLeft = UDim.new(0, 16)
el0_pad.PaddingRight = UDim.new(0, 16)
el0_pad.Parent = el0
el0.Parent = gui
local el1 = Instance.new("Frame")
el1.Name = "Header"
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
local el1_list = Instance.new("UIListLayout")
el1_list.FillDirection = Enum.FillDirection.Vertical
el1_list.Padding = UDim.new(0, 8)
el1_list.SortOrder = Enum.SortOrder.LayoutOrder
el1_list.Parent = el1
el1.Parent = el0
local el2 = Instance.new("TextLabel")
el2.Name = "Title"
el2.Size = UDim2.new(1, 0, 1, 0)
el2.Position = UDim2.new(0, 0, 0, 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 = "🛒 SHOP"
el2.Font = Enum.Font.GothamBold
el2.TextSize = 26
el2.TextColor3 = Color3.fromRGB(251, 233, 231)
el2.Parent = el1
local el3 = Instance.new("ScrollingFrame")
el3.Name = "ItemGrid"
el3.Size = UDim2.new(1, 0, 0.7, 0)
el3.Position = UDim2.new(0, 0, 0, 0)
el3.BackgroundColor3 = Color3.fromRGB(23, 14, 16)
el3.BackgroundTransparency = 0
el3.ZIndex = 1
el3.LayoutOrder = 1
local el3_corner = Instance.new("UICorner")
el3_corner.CornerRadius = UDim.new(0, 10)
el3_corner.Parent = el3
local el3_grad = Instance.new("UIGradient")
el3_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(55, 56, 63)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el3_grad.Rotation = 45
el3_grad.Parent = el3
local el3_grid = Instance.new("UIGridLayout")
el3_grid.CellSize = UDim2.fromOffset(100, 100)
el3_grid.CellPadding = UDim2.fromOffset(8, 8)
el3_grid.SortOrder = Enum.SortOrder.LayoutOrder
el3_grid.Parent = el3
local el3_pad = Instance.new("UIPadding")
el3_pad.PaddingTop = UDim.new(0, 8)
el3_pad.PaddingBottom = UDim.new(0, 8)
el3_pad.PaddingLeft = UDim.new(0, 8)
el3_pad.PaddingRight = UDim.new(0, 8)
el3_pad.Parent = el3
el3.Parent = el0
local el4 = Instance.new("Frame")
el4.Name = "Item0"
el4.Size = UDim2.new(0.3, 0, 0.3, 0)
el4.Position = UDim2.new(0, 0, 0, 0)
el4.BackgroundColor3 = Color3.fromRGB(255, 122, 69)
el4.BackgroundTransparency = 0.15
el4.ZIndex = 1
el4.LayoutOrder = 0
local el4_corner = Instance.new("UICorner")
el4_corner.CornerRadius = UDim.new(0, 8)
el4_corner.Parent = el4
local el4_grad = Instance.new("UIGradient")
el4_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(41, 203, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 121, 214)))
el4_grad.Rotation = 45
el4_grad.Parent = el4
el4.Parent = el3
local el5 = Instance.new("Frame")
el5.Name = "Item1"
el5.Size = UDim2.new(0.3, 0, 0.3, 0)
el5.Position = UDim2.new(0, 0, 0, 0)
el5.BackgroundColor3 = Color3.fromRGB(123, 211, 137)
el5.BackgroundTransparency = 0.15
el5.ZIndex = 1
el5.LayoutOrder = 1
local el5_corner = Instance.new("UICorner")
el5_corner.CornerRadius = UDim.new(0, 8)
el5_corner.Parent = el5
local el5_grad = Instance.new("UIGradient")
el5_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(117, 255, 218)), ColorSequenceKeypoint.new(1, Color3.fromRGB(35, 180, 136)))
el5_grad.Rotation = 45
el5_grad.Parent = el5
el5.Parent = el3
local el6 = Instance.new("Frame")
el6.Name = "Item2"
el6.Size = UDim2.new(0.3, 0, 0.3, 0)
el6.Position = UDim2.new(0, 0, 0, 0)
el6.BackgroundColor3 = Color3.fromRGB(197, 0, 5)
el6.BackgroundTransparency = 0.15
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(238, 41, 46)), ColorSequenceKeypoint.new(1, Color3.fromRGB(156, 0, 0)))
el6_grad.Rotation = 45
el6_grad.Parent = el6
el6.Parent = el3
local el7 = Instance.new("Frame")
el7.Name = "Item3"
el7.Size = UDim2.new(0.3, 0, 0.3, 0)
el7.Position = UDim2.new(0, 0, 0, 0)
el7.BackgroundColor3 = Color3.fromRGB(255, 209, 102)
el7.BackgroundTransparency = 0.15
el7.ZIndex = 1
el7.LayoutOrder = 3
local el7_corner = Instance.new("UICorner")
el7_corner.CornerRadius = UDim.new(0, 8)
el7_corner.Parent = el7
local el7_grad = Instance.new("UIGradient")
el7_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(194, 244, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(112, 162, 214)))
el7_grad.Rotation = 45
el7_grad.Parent = el7
el7.Parent = el3
local el8 = Instance.new("Frame")
el8.Name = "Item4"
el8.Size = UDim2.new(0.3, 0, 0.3, 0)
el8.Position = UDim2.new(0, 0, 0, 0)
el8.BackgroundColor3 = Color3.fromRGB(255, 180, 169)
el8.BackgroundTransparency = 0.15
el8.ZIndex = 1
el8.LayoutOrder = 4
local el8_corner = Instance.new("UICorner")
el8_corner.CornerRadius = UDim.new(0, 8)
el8_corner.Parent = el8
local el8_grad = Instance.new("UIGradient")
el8_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 221, 210)), ColorSequenceKeypoint.new(1, Color3.fromRGB(214, 139, 128)))
el8_grad.Rotation = 45
el8_grad.Parent = el8
el8.Parent = el3
local el9 = Instance.new("Frame")
el9.Name = "Item5"
el9.Size = UDim2.new(0.3, 0, 0.3, 0)
el9.Position = UDim2.new(0, 0, 0, 0)
el9.BackgroundColor3 = Color3.fromRGB(176, 131, 255)
el9.BackgroundTransparency = 0.15
el9.ZIndex = 1
el9.LayoutOrder = 5
local el9_corner = Instance.new("UICorner")
el9_corner.CornerRadius = UDim.new(0, 8)
el9_corner.Parent = el9
local el9_grad = Instance.new("UIGradient")
el9_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(217, 172, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(135, 90, 214)))
el9_grad.Rotation = 45
el9_grad.Parent = el9
el9.Parent = el3