Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local top = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Workspace
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.206465065, 0, 0.258308142, 0)
- main.Size = UDim2.new(0, 247, 0, 392)
- top.Name = "top"
- top.Parent = main
- top.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- top.BorderColor3 = Color3.fromRGB(27, 42, 53)
- top.BorderSizePixel = 0
- top.Size = UDim2.new(0, 247, 0, 40)
- TextLabel.Parent = top
- TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.225797415, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 133, 0, 40)
- TextLabel.Font = Enum.Font.Gotham
- TextLabel.Text = "EXAMPLE HUB"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 22.000
- TextButton.Parent = top
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.0921941847, 0, 1.52499998, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.Gotham
- TextButton.Text = "Lazy Hub"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 23.000
- TextButton_2.Parent = top
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0.0921941847, 0, 3.04999971, 0)
- TextButton_2.Size = UDim2.new(0, 200, 0, 50)
- TextButton_2.Font = Enum.Font.Gotham
- TextButton_2.Text = "Kronos Fall"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 23.000
- TextButton_3.Parent = top
- TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.BorderSizePixel = 0
- TextButton_3.Position = UDim2.new(0.0921941847, 0, 4.57499981, 0)
- TextButton_3.Size = UDim2.new(0, 200, 0, 50)
- TextButton_3.Font = Enum.Font.Gotham
- TextButton_3.Text = "Ghost Fall"
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextSize = 23.000
- TextButton_4.Parent = top
- TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.BorderSizePixel = 0
- TextButton_4.Position = UDim2.new(0.0921941847, 0, 6.09999943, 0)
- TextButton_4.Size = UDim2.new(0, 200, 0, 50)
- TextButton_4.Font = Enum.Font.Gotham
- TextButton_4.Text = "Furious Fall"
- TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.TextSize = 23.000
- TextButton_5.Parent = top
- TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.BorderSizePixel = 0
- TextButton_5.Position = UDim2.new(0.0881455988, 0, 7.69999933, 0)
- TextButton_5.Size = UDim2.new(0, 200, 0, 50)
- TextButton_5.Font = Enum.Font.Gotham
- TextButton_5.Text = "Candy Lean"
- TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_5.TextSize = 23.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement