-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "Loading"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local gui_bg = Instance.new("Frame")
gui_bg.Size = UDim2.fromScale(1, 1)
gui_bg.Position = UDim2.fromScale(0, 0)
gui_bg.BackgroundColor3 = Color3.fromRGB(11, 13, 20)
gui_bg.BackgroundTransparency = 0
gui_bg.ZIndex = 0
local gui_bg_grad = Instance.new("UIGradient")
gui_bg_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(20, 26, 46)), ColorSequenceKeypoint.new(1, Color3.fromRGB(11, 13, 20)))
gui_bg_grad.Rotation = 45
gui_bg_grad.Parent = gui_bg
gui_bg.Parent = gui
local el0 = Instance.new("TextLabel")
el0.Name = "Title"
el0.Size = UDim2.new(0.6, 0, 0.12, 0)
el0.Position = UDim2.new(0.2, 0, 0.36, 0)
el0.BackgroundTransparency = 1
el0.ZIndex = 1
el0.LayoutOrder = 0
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 8)
el0_corner.Parent = el0
el0.Text = "LOADING"
el0.Font = Enum.Font.GothamBlack
el0.TextSize = 44
el0.TextColor3 = Color3.fromRGB(153, 203, 255)
el0.Parent = gui
local el1 = Instance.new("Frame")
el1.Name = "BarBg"
el1.Size = UDim2.new(0.4, 0, 0.03, 0)
el1.Position = UDim2.new(0.3, 0, 0.56, 0)
el1.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el1.BackgroundTransparency = 0
el1.ZIndex = 1
el1.LayoutOrder = 1
local el1_corner = Instance.new("UICorner")
el1_corner.CornerRadius = UDim.new(0, 999)
el1_corner.Parent = el1
local el1_grad = Instance.new("UIGradient")
el1_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(70, 72, 82)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el1_grad.Rotation = 45
el1_grad.Parent = el1
local el1_stroke = Instance.new("UIStroke")
el1_stroke.Color = Color3.fromRGB(255, 255, 255)
el1_stroke.Transparency = 0.85
el1_stroke.Thickness = 1
el1_stroke.Parent = el1
el1.Parent = gui
local el2 = Instance.new("Frame")
el2.Name = "BarFill"
el2.Size = UDim2.new(0.65, 0, 1, 0)
el2.Position = UDim2.new(0, 0, 0, 0)
el2.BackgroundColor3 = Color3.fromRGB(0, 162, 255)
el2.BackgroundTransparency = 0
el2.ZIndex = 1
el2.LayoutOrder = 0
local el2_corner = Instance.new("UICorner")
el2_corner.CornerRadius = UDim.new(0, 999)
el2_corner.Parent = el2
local el2_grad = Instance.new("UIGradient")
el2_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(41, 203, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 121, 214)))
el2_grad.Rotation = 45
el2_grad.Parent = el2
el2.Parent = el1
local el3 = Instance.new("TextLabel")
el3.Name = "Tip"
el3.Size = UDim2.new(0.6, 0, 0.06, 0)
el3.Position = UDim2.new(0.2, 0, 0.66, 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.Text = "Tip: press F to pay respects"
el3.Font = Enum.Font.GothamMedium
el3.TextSize = 15
el3.TextColor3 = Color3.fromRGB(137, 145, 157)
el3.Parent = gui