-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "DailyRewards"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local el0 = Instance.new("Frame")
el0.Name = "RewardsPanel"
el0.Size = UDim2.new(0.8, 0, 0.68, 0)
el0.Position = UDim2.new(0.1, 0, 0.16, 0)
el0.BackgroundColor3 = Color3.fromRGB(21, 25, 35)
el0.BackgroundTransparency = 0
el0.ZIndex = 1
el0.LayoutOrder = 0
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 18)
el0_corner.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, 15)
el0_pad.PaddingBottom = UDim.new(0, 15)
el0_pad.PaddingLeft = UDim.new(0, 15)
el0_pad.PaddingRight = UDim.new(0, 15)
el0_pad.Parent = el0
el0.Parent = gui
local el1 = Instance.new("TextLabel")
el1.Name = "RewardsTitle"
el1.Size = UDim2.new(1, 0, 0.1, 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 = "DAILY REWARDS"
el1.Font = Enum.Font.GothamBold
el1.TextSize = 25
el1.TextColor3 = Color3.fromRGB(251, 191, 36)
el1.Parent = el0
local el2 = Instance.new("TextLabel")
el2.Name = "StreakStatus"
el2.Size = UDim2.new(1, 0, 0.08, 0)
el2.Position = UDim2.new(0, 0, 0, 0)
el2.BackgroundTransparency = 1
el2.ZIndex = 1
el2.LayoutOrder = 1
local el2_corner = Instance.new("UICorner")
el2_corner.CornerRadius = UDim.new(0, 8)
el2_corner.Parent = el2
el2.Text = "4 DAY STREAK | Come back tomorrow to keep it going"
el2.Font = Enum.Font.GothamMedium
el2.TextSize = 13
el2.TextColor3 = Color3.fromRGB(167, 178, 193)
el2.Parent = el0
local el3 = Instance.new("Frame")
el3.Name = "DayGrid"
el3.Size = UDim2.new(1, 0, 0.42, 0)
el3.Position = UDim2.new(0, 0, 0, 0)
el3.BackgroundTransparency = 1
el3.ZIndex = 1
el3.LayoutOrder = 2
local el3_corner = Instance.new("UICorner")
el3_corner.CornerRadius = UDim.new(0, 8)
el3_corner.Parent = el3
el3.Parent = el0
local el4 = Instance.new("Frame")
el4.Name = "Day1"
el4.Size = UDim2.new(0.13, 0, 0.8, 0)
el4.Position = UDim2.new(0, 0, 0.08, 0)
el4.BackgroundColor3 = Color3.fromRGB(36, 52, 69)
el4.BackgroundTransparency = 0
el4.ZIndex = 1
el4.LayoutOrder = 0
local el4_corner = Instance.new("UICorner")
el4_corner.CornerRadius = UDim.new(0, 9)
el4_corner.Parent = el4
local el4_list = Instance.new("UIListLayout")
el4_list.FillDirection = Enum.FillDirection.Vertical
el4_list.Padding = UDim.new(0, 8)
el4_list.SortOrder = Enum.SortOrder.LayoutOrder
el4_list.Parent = el4
local el4_pad = Instance.new("UIPadding")
el4_pad.PaddingTop = UDim.new(0, 6)
el4_pad.PaddingBottom = UDim.new(0, 6)
el4_pad.PaddingLeft = UDim.new(0, 6)
el4_pad.PaddingRight = UDim.new(0, 6)
el4_pad.Parent = el4
el4.Parent = el3
local el5 = Instance.new("TextLabel")
el5.Name = "DayLabel"
el5.Size = UDim2.new(1, 0, 0.3, 0)
el5.Position = UDim2.new(0, 0, 0, 0)
el5.BackgroundTransparency = 1
el5.ZIndex = 1
el5.LayoutOrder = 0
local el5_corner = Instance.new("UICorner")
el5_corner.CornerRadius = UDim.new(0, 8)
el5_corner.Parent = el5
el5.Text = "DAY 1"
el5.Font = Enum.Font.GothamBold
el5.TextSize = 11
el5.TextColor3 = Color3.fromRGB(200, 211, 223)
el5.Parent = el4
local el6 = Instance.new("TextLabel")
el6.Name = "RewardAmount"
el6.Size = UDim2.new(1, 0, 0.35, 0)
el6.Position = UDim2.new(0, 0, 0, 0)
el6.BackgroundTransparency = 1
el6.ZIndex = 1
el6.LayoutOrder = 1
local el6_corner = Instance.new("UICorner")
el6_corner.CornerRadius = UDim.new(0, 8)
el6_corner.Parent = el6
el6.Text = "100"
el6.Font = Enum.Font.GothamBold
el6.TextSize = 14
el6.TextColor3 = Color3.fromRGB(229, 231, 235)
el6.Parent = el4
local el7 = Instance.new("TextLabel")
el7.Name = "RewardState"
el7.Size = UDim2.new(1, 0, 0.22, 0)
el7.Position = UDim2.new(0, 0, 0, 0)
el7.BackgroundTransparency = 1
el7.ZIndex = 1
el7.LayoutOrder = 2
local el7_corner = Instance.new("UICorner")
el7_corner.CornerRadius = UDim.new(0, 8)
el7_corner.Parent = el7
el7.Text = "CLAIMED"
el7.Font = Enum.Font.GothamMedium
el7.TextSize = 9
el7.TextColor3 = Color3.fromRGB(125, 211, 252)
el7.Parent = el4
local el8 = Instance.new("Frame")
el8.Name = "Day2"
el8.Size = UDim2.new(0.13, 0, 0.8, 0)
el8.Position = UDim2.new(0.14, 0, 0.08, 0)
el8.BackgroundColor3 = Color3.fromRGB(36, 52, 69)
el8.BackgroundTransparency = 0
el8.ZIndex = 1
el8.LayoutOrder = 1
local el8_corner = Instance.new("UICorner")
el8_corner.CornerRadius = UDim.new(0, 9)
el8_corner.Parent = el8
local el8_list = Instance.new("UIListLayout")
el8_list.FillDirection = Enum.FillDirection.Vertical
el8_list.Padding = UDim.new(0, 8)
el8_list.SortOrder = Enum.SortOrder.LayoutOrder
el8_list.Parent = el8
local el8_pad = Instance.new("UIPadding")
el8_pad.PaddingTop = UDim.new(0, 6)
el8_pad.PaddingBottom = UDim.new(0, 6)
el8_pad.PaddingLeft = UDim.new(0, 6)
el8_pad.PaddingRight = UDim.new(0, 6)
el8_pad.Parent = el8
el8.Parent = el3
local el9 = Instance.new("TextLabel")
el9.Name = "DayLabel"
el9.Size = UDim2.new(1, 0, 0.3, 0)
el9.Position = UDim2.new(0, 0, 0, 0)
el9.BackgroundTransparency = 1
el9.ZIndex = 1
el9.LayoutOrder = 0
local el9_corner = Instance.new("UICorner")
el9_corner.CornerRadius = UDim.new(0, 8)
el9_corner.Parent = el9
el9.Text = "DAY 2"
el9.Font = Enum.Font.GothamBold
el9.TextSize = 11
el9.TextColor3 = Color3.fromRGB(200, 211, 223)
el9.Parent = el8
local el10 = Instance.new("TextLabel")
el10.Name = "RewardAmount"
el10.Size = UDim2.new(1, 0, 0.35, 0)
el10.Position = UDim2.new(0, 0, 0, 0)
el10.BackgroundTransparency = 1
el10.ZIndex = 1
el10.LayoutOrder = 1
local el10_corner = Instance.new("UICorner")
el10_corner.CornerRadius = UDim.new(0, 8)
el10_corner.Parent = el10
el10.Text = "150"
el10.Font = Enum.Font.GothamBold
el10.TextSize = 14
el10.TextColor3 = Color3.fromRGB(229, 231, 235)
el10.Parent = el8
local el11 = Instance.new("TextLabel")
el11.Name = "RewardState"
el11.Size = UDim2.new(1, 0, 0.22, 0)
el11.Position = UDim2.new(0, 0, 0, 0)
el11.BackgroundTransparency = 1
el11.ZIndex = 1
el11.LayoutOrder = 2
local el11_corner = Instance.new("UICorner")
el11_corner.CornerRadius = UDim.new(0, 8)
el11_corner.Parent = el11
el11.Text = "CLAIMED"
el11.Font = Enum.Font.GothamMedium
el11.TextSize = 9
el11.TextColor3 = Color3.fromRGB(125, 211, 252)
el11.Parent = el8
local el12 = Instance.new("Frame")
el12.Name = "Day3"
el12.Size = UDim2.new(0.13, 0, 0.8, 0)
el12.Position = UDim2.new(0.28, 0, 0.08, 0)
el12.BackgroundColor3 = Color3.fromRGB(36, 52, 69)
el12.BackgroundTransparency = 0
el12.ZIndex = 1
el12.LayoutOrder = 2
local el12_corner = Instance.new("UICorner")
el12_corner.CornerRadius = UDim.new(0, 9)
el12_corner.Parent = el12
local el12_list = Instance.new("UIListLayout")
el12_list.FillDirection = Enum.FillDirection.Vertical
el12_list.Padding = UDim.new(0, 8)
el12_list.SortOrder = Enum.SortOrder.LayoutOrder
el12_list.Parent = el12
local el12_pad = Instance.new("UIPadding")
el12_pad.PaddingTop = UDim.new(0, 6)
el12_pad.PaddingBottom = UDim.new(0, 6)
el12_pad.PaddingLeft = UDim.new(0, 6)
el12_pad.PaddingRight = UDim.new(0, 6)
el12_pad.Parent = el12
el12.Parent = el3
local el13 = Instance.new("TextLabel")
el13.Name = "DayLabel"
el13.Size = UDim2.new(1, 0, 0.3, 0)
el13.Position = UDim2.new(0, 0, 0, 0)
el13.BackgroundTransparency = 1
el13.ZIndex = 1
el13.LayoutOrder = 0
local el13_corner = Instance.new("UICorner")
el13_corner.CornerRadius = UDim.new(0, 8)
el13_corner.Parent = el13
el13.Text = "DAY 3"
el13.Font = Enum.Font.GothamBold
el13.TextSize = 11
el13.TextColor3 = Color3.fromRGB(200, 211, 223)
el13.Parent = el12
local el14 = Instance.new("TextLabel")
el14.Name = "RewardAmount"
el14.Size = UDim2.new(1, 0, 0.35, 0)
el14.Position = UDim2.new(0, 0, 0, 0)
el14.BackgroundTransparency = 1
el14.ZIndex = 1
el14.LayoutOrder = 1
local el14_corner = Instance.new("UICorner")
el14_corner.CornerRadius = UDim.new(0, 8)
el14_corner.Parent = el14
el14.Text = "200"
el14.Font = Enum.Font.GothamBold
el14.TextSize = 14
el14.TextColor3 = Color3.fromRGB(229, 231, 235)
el14.Parent = el12
local el15 = Instance.new("TextLabel")
el15.Name = "RewardState"
el15.Size = UDim2.new(1, 0, 0.22, 0)
el15.Position = UDim2.new(0, 0, 0, 0)
el15.BackgroundTransparency = 1
el15.ZIndex = 1
el15.LayoutOrder = 2
local el15_corner = Instance.new("UICorner")
el15_corner.CornerRadius = UDim.new(0, 8)
el15_corner.Parent = el15
el15.Text = "CLAIMED"
el15.Font = Enum.Font.GothamMedium
el15.TextSize = 9
el15.TextColor3 = Color3.fromRGB(125, 211, 252)
el15.Parent = el12
local el16 = Instance.new("Frame")
el16.Name = "Day4"
el16.Size = UDim2.new(0.13, 0, 0.8, 0)
el16.Position = UDim2.new(0.42, 0, 0.08, 0)
el16.BackgroundColor3 = Color3.fromRGB(154, 107, 18)
el16.BackgroundTransparency = 0
el16.ZIndex = 1
el16.LayoutOrder = 3
local el16_corner = Instance.new("UICorner")
el16_corner.CornerRadius = UDim.new(0, 9)
el16_corner.Parent = el16
local el16_list = Instance.new("UIListLayout")
el16_list.FillDirection = Enum.FillDirection.Vertical
el16_list.Padding = UDim.new(0, 8)
el16_list.SortOrder = Enum.SortOrder.LayoutOrder
el16_list.Parent = el16
local el16_pad = Instance.new("UIPadding")
el16_pad.PaddingTop = UDim.new(0, 6)
el16_pad.PaddingBottom = UDim.new(0, 6)
el16_pad.PaddingLeft = UDim.new(0, 6)
el16_pad.PaddingRight = UDim.new(0, 6)
el16_pad.Parent = el16
el16.Parent = el3
local el17 = Instance.new("TextLabel")
el17.Name = "DayLabel"
el17.Size = UDim2.new(1, 0, 0.3, 0)
el17.Position = UDim2.new(0, 0, 0, 0)
el17.BackgroundTransparency = 1
el17.ZIndex = 1
el17.LayoutOrder = 0
local el17_corner = Instance.new("UICorner")
el17_corner.CornerRadius = UDim.new(0, 8)
el17_corner.Parent = el17
el17.Text = "TODAY"
el17.Font = Enum.Font.GothamBold
el17.TextSize = 11
el17.TextColor3 = Color3.fromRGB(255, 244, 204)
el17.Parent = el16
local el18 = Instance.new("TextLabel")
el18.Name = "RewardAmount"
el18.Size = UDim2.new(1, 0, 0.35, 0)
el18.Position = UDim2.new(0, 0, 0, 0)
el18.BackgroundTransparency = 1
el18.ZIndex = 1
el18.LayoutOrder = 1
local el18_corner = Instance.new("UICorner")
el18_corner.CornerRadius = UDim.new(0, 8)
el18_corner.Parent = el18
el18.Text = "350"
el18.Font = Enum.Font.GothamBold
el18.TextSize = 14
el18.TextColor3 = Color3.fromRGB(251, 191, 36)
el18.Parent = el16
local el19 = Instance.new("TextLabel")
el19.Name = "RewardState"
el19.Size = UDim2.new(1, 0, 0.22, 0)
el19.Position = UDim2.new(0, 0, 0, 0)
el19.BackgroundTransparency = 1
el19.ZIndex = 1
el19.LayoutOrder = 2
local el19_corner = Instance.new("UICorner")
el19_corner.CornerRadius = UDim.new(0, 8)
el19_corner.Parent = el19
el19.Text = "READY"
el19.Font = Enum.Font.GothamMedium
el19.TextSize = 9
el19.TextColor3 = Color3.fromRGB(253, 230, 138)
el19.Parent = el16
local el20 = Instance.new("Frame")
el20.Name = "Day5"
el20.Size = UDim2.new(0.13, 0, 0.8, 0)
el20.Position = UDim2.new(0.56, 0, 0.08, 0)
el20.BackgroundColor3 = Color3.fromRGB(32, 39, 53)
el20.BackgroundTransparency = 0
el20.ZIndex = 1
el20.LayoutOrder = 4
local el20_corner = Instance.new("UICorner")
el20_corner.CornerRadius = UDim.new(0, 9)
el20_corner.Parent = el20
local el20_list = Instance.new("UIListLayout")
el20_list.FillDirection = Enum.FillDirection.Vertical
el20_list.Padding = UDim.new(0, 8)
el20_list.SortOrder = Enum.SortOrder.LayoutOrder
el20_list.Parent = el20
local el20_pad = Instance.new("UIPadding")
el20_pad.PaddingTop = UDim.new(0, 6)
el20_pad.PaddingBottom = UDim.new(0, 6)
el20_pad.PaddingLeft = UDim.new(0, 6)
el20_pad.PaddingRight = UDim.new(0, 6)
el20_pad.Parent = el20
el20.Parent = el3
local el21 = Instance.new("TextLabel")
el21.Name = "DayLabel"
el21.Size = UDim2.new(1, 0, 0.3, 0)
el21.Position = UDim2.new(0, 0, 0, 0)
el21.BackgroundTransparency = 1
el21.ZIndex = 1
el21.LayoutOrder = 0
local el21_corner = Instance.new("UICorner")
el21_corner.CornerRadius = UDim.new(0, 8)
el21_corner.Parent = el21
el21.Text = "DAY 5"
el21.Font = Enum.Font.GothamBold
el21.TextSize = 11
el21.TextColor3 = Color3.fromRGB(200, 211, 223)
el21.Parent = el20
local el22 = Instance.new("TextLabel")
el22.Name = "RewardAmount"
el22.Size = UDim2.new(1, 0, 0.35, 0)
el22.Position = UDim2.new(0, 0, 0, 0)
el22.BackgroundTransparency = 1
el22.ZIndex = 1
el22.LayoutOrder = 1
local el22_corner = Instance.new("UICorner")
el22_corner.CornerRadius = UDim.new(0, 8)
el22_corner.Parent = el22
el22.Text = "500"
el22.Font = Enum.Font.GothamBold
el22.TextSize = 14
el22.TextColor3 = Color3.fromRGB(229, 231, 235)
el22.Parent = el20
local el23 = Instance.new("TextLabel")
el23.Name = "RewardState"
el23.Size = UDim2.new(1, 0, 0.22, 0)
el23.Position = UDim2.new(0, 0, 0, 0)
el23.BackgroundTransparency = 1
el23.ZIndex = 1
el23.LayoutOrder = 2
local el23_corner = Instance.new("UICorner")
el23_corner.CornerRadius = UDim.new(0, 8)
el23_corner.Parent = el23
el23.Text = "LOCKED"
el23.Font = Enum.Font.GothamMedium
el23.TextSize = 9
el23.TextColor3 = Color3.fromRGB(117, 130, 149)
el23.Parent = el20
local el24 = Instance.new("Frame")
el24.Name = "Day6"
el24.Size = UDim2.new(0.13, 0, 0.8, 0)
el24.Position = UDim2.new(0.7, 0, 0.08, 0)
el24.BackgroundColor3 = Color3.fromRGB(32, 39, 53)
el24.BackgroundTransparency = 0
el24.ZIndex = 1
el24.LayoutOrder = 5
local el24_corner = Instance.new("UICorner")
el24_corner.CornerRadius = UDim.new(0, 9)
el24_corner.Parent = el24
local el24_list = Instance.new("UIListLayout")
el24_list.FillDirection = Enum.FillDirection.Vertical
el24_list.Padding = UDim.new(0, 8)
el24_list.SortOrder = Enum.SortOrder.LayoutOrder
el24_list.Parent = el24
local el24_pad = Instance.new("UIPadding")
el24_pad.PaddingTop = UDim.new(0, 6)
el24_pad.PaddingBottom = UDim.new(0, 6)
el24_pad.PaddingLeft = UDim.new(0, 6)
el24_pad.PaddingRight = UDim.new(0, 6)
el24_pad.Parent = el24
el24.Parent = el3
local el25 = Instance.new("TextLabel")
el25.Name = "DayLabel"
el25.Size = UDim2.new(1, 0, 0.3, 0)
el25.Position = UDim2.new(0, 0, 0, 0)
el25.BackgroundTransparency = 1
el25.ZIndex = 1
el25.LayoutOrder = 0
local el25_corner = Instance.new("UICorner")
el25_corner.CornerRadius = UDim.new(0, 8)
el25_corner.Parent = el25
el25.Text = "DAY 6"
el25.Font = Enum.Font.GothamBold
el25.TextSize = 11
el25.TextColor3 = Color3.fromRGB(200, 211, 223)
el25.Parent = el24
local el26 = Instance.new("TextLabel")
el26.Name = "RewardAmount"
el26.Size = UDim2.new(1, 0, 0.35, 0)
el26.Position = UDim2.new(0, 0, 0, 0)
el26.BackgroundTransparency = 1
el26.ZIndex = 1
el26.LayoutOrder = 1
local el26_corner = Instance.new("UICorner")
el26_corner.CornerRadius = UDim.new(0, 8)
el26_corner.Parent = el26
el26.Text = "750"
el26.Font = Enum.Font.GothamBold
el26.TextSize = 14
el26.TextColor3 = Color3.fromRGB(229, 231, 235)
el26.Parent = el24
local el27 = Instance.new("TextLabel")
el27.Name = "RewardState"
el27.Size = UDim2.new(1, 0, 0.22, 0)
el27.Position = UDim2.new(0, 0, 0, 0)
el27.BackgroundTransparency = 1
el27.ZIndex = 1
el27.LayoutOrder = 2
local el27_corner = Instance.new("UICorner")
el27_corner.CornerRadius = UDim.new(0, 8)
el27_corner.Parent = el27
el27.Text = "LOCKED"
el27.Font = Enum.Font.GothamMedium
el27.TextSize = 9
el27.TextColor3 = Color3.fromRGB(117, 130, 149)
el27.Parent = el24
local el28 = Instance.new("Frame")
el28.Name = "Day7"
el28.Size = UDim2.new(0.13, 0, 0.8, 0)
el28.Position = UDim2.new(0.84, 0, 0.08, 0)
el28.BackgroundColor3 = Color3.fromRGB(32, 39, 53)
el28.BackgroundTransparency = 0
el28.ZIndex = 1
el28.LayoutOrder = 6
local el28_corner = Instance.new("UICorner")
el28_corner.CornerRadius = UDim.new(0, 9)
el28_corner.Parent = el28
local el28_list = Instance.new("UIListLayout")
el28_list.FillDirection = Enum.FillDirection.Vertical
el28_list.Padding = UDim.new(0, 8)
el28_list.SortOrder = Enum.SortOrder.LayoutOrder
el28_list.Parent = el28
local el28_pad = Instance.new("UIPadding")
el28_pad.PaddingTop = UDim.new(0, 6)
el28_pad.PaddingBottom = UDim.new(0, 6)
el28_pad.PaddingLeft = UDim.new(0, 6)
el28_pad.PaddingRight = UDim.new(0, 6)
el28_pad.Parent = el28
el28.Parent = el3
local el29 = Instance.new("TextLabel")
el29.Name = "DayLabel"
el29.Size = UDim2.new(1, 0, 0.3, 0)
el29.Position = UDim2.new(0, 0, 0, 0)
el29.BackgroundTransparency = 1
el29.ZIndex = 1
el29.LayoutOrder = 0
local el29_corner = Instance.new("UICorner")
el29_corner.CornerRadius = UDim.new(0, 8)
el29_corner.Parent = el29
el29.Text = "DAY 7"
el29.Font = Enum.Font.GothamBold
el29.TextSize = 11
el29.TextColor3 = Color3.fromRGB(200, 211, 223)
el29.Parent = el28
local el30 = Instance.new("TextLabel")
el30.Name = "RewardAmount"
el30.Size = UDim2.new(1, 0, 0.35, 0)
el30.Position = UDim2.new(0, 0, 0, 0)
el30.BackgroundTransparency = 1
el30.ZIndex = 1
el30.LayoutOrder = 1
local el30_corner = Instance.new("UICorner")
el30_corner.CornerRadius = UDim.new(0, 8)
el30_corner.Parent = el30
el30.Text = "CRATE"
el30.Font = Enum.Font.GothamBold
el30.TextSize = 14
el30.TextColor3 = Color3.fromRGB(229, 231, 235)
el30.Parent = el28
local el31 = Instance.new("TextLabel")
el31.Name = "RewardState"
el31.Size = UDim2.new(1, 0, 0.22, 0)
el31.Position = UDim2.new(0, 0, 0, 0)
el31.BackgroundTransparency = 1
el31.ZIndex = 1
el31.LayoutOrder = 2
local el31_corner = Instance.new("UICorner")
el31_corner.CornerRadius = UDim.new(0, 8)
el31_corner.Parent = el31
el31.Text = "LOCKED"
el31.Font = Enum.Font.GothamMedium
el31.TextSize = 9
el31.TextColor3 = Color3.fromRGB(117, 130, 149)
el31.Parent = el28
local el32 = Instance.new("TextLabel")
el32.Name = "CurrentReward"
el32.Size = UDim2.new(1, 0, 0.1, 0)
el32.Position = UDim2.new(0, 0, 0, 0)
el32.BackgroundColor3 = Color3.fromRGB(32, 39, 53)
el32.BackgroundTransparency = 0
el32.ZIndex = 1
el32.LayoutOrder = 3
local el32_corner = Instance.new("UICorner")
el32_corner.CornerRadius = UDim.new(0, 8)
el32_corner.Parent = el32
el32.Text = "TODAY: 350 COINS"
el32.Font = Enum.Font.GothamBold
el32.TextSize = 15
el32.TextColor3 = Color3.fromRGB(253, 230, 138)
el32.Parent = el0
local el33 = Instance.new("TextButton")
el33.Name = "ClaimReward"
el33.Size = UDim2.new(1, 0, 0.11, 0)
el33.Position = UDim2.new(0, 0, 0, 0)
el33.BackgroundColor3 = Color3.fromRGB(251, 191, 36)
el33.BackgroundTransparency = 0
el33.ZIndex = 1
el33.LayoutOrder = 4
local el33_corner = Instance.new("UICorner")
el33_corner.CornerRadius = UDim.new(0, 9)
el33_corner.Parent = el33
el33.Text = "CLAIM DAY 4"
el33.Font = Enum.Font.GothamBold
el33.TextSize = 15
el33.TextColor3 = Color3.fromRGB(33, 22, 0)
el33.Parent = el0
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local remotes = ReplicatedStorage:WaitForChild("Remotes")
local remote0 = remotes:WaitForChild("ClaimDailyReward")
el33.Activated:Connect(function()
remote0:FireServer("day-4")
end)