Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local frame25 = Instance.new("Frame")
- local welcome = Instance.new("TextLabel")
- local to = Instance.new("TextLabel")
- local cyberblox = Instance.new("TextLabel")
- local cofounder = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = game.StarterGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- frame25.Name = "frame25"
- frame25.Parent = ScreenGui
- frame25.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- frame25.BackgroundTransparency = 0.30000001192093
- frame25.BorderSizePixel = 0
- frame25.Position = UDim2.new(0.374203801, 0, 0.269624561, 0)
- frame25.Size = UDim2.new(0, 375, 0, 286)
- welcome.Name = "welcome"
- welcome.Parent = frame25
- welcome.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- welcome.BackgroundTransparency = 1
- welcome.BorderSizePixel = 0
- welcome.Position = UDim2.new(0.231999993, 0, 0.237762243, 0)
- welcome.Size = UDim2.new(0, 200, 0, 50)
- welcome.Font = Enum.Font.Gotham
- welcome.Text = "Welcome"
- welcome.TextColor3 = Color3.new(1, 1, 1)
- welcome.TextSize = 20
- to.Name = "to"
- to.Parent = frame25
- to.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- to.BackgroundTransparency = 1
- to.BorderSizePixel = 0
- to.Position = UDim2.new(0.231999993, 0, 0.412587404, 0)
- to.Size = UDim2.new(0, 200, 0, 50)
- to.Font = Enum.Font.Gotham
- to.Text = "To"
- to.TextColor3 = Color3.new(1, 1, 1)
- to.TextSize = 14
- cyberblox.Name = "cyberblox"
- cyberblox.Parent = frame25
- cyberblox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- cyberblox.BackgroundTransparency = 1
- cyberblox.BorderSizePixel = 0
- cyberblox.Position = UDim2.new(0.231999993, 0, 0.587412596, 0)
- cyberblox.Size = UDim2.new(0, 200, 0, 50)
- cyberblox.Font = Enum.Font.Gotham
- cyberblox.Text = "Cyberblox"
- cyberblox.TextColor3 = Color3.new(1, 1, 1)
- cyberblox.TextSize = 25
- cofounder.Name = "co-founder"
- cofounder.Parent = frame25
- cofounder.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- cofounder.BackgroundTransparency = 1
- cofounder.BorderSizePixel = 0
- cofounder.Position = UDim2.new(0.231999993, 0, 0.961538434, 0)
- cofounder.Size = UDim2.new(0, 200, 0, 11)
- cofounder.Font = Enum.Font.Gotham
- cofounder.Text = "Co-Founder was to lazy to animate this"
- cofounder.TextColor3 = Color3.new(1, 1, 1)
- cofounder.TextSize = 12
- cofounder.TextStrokeColor3 = Color3.new(1, 1, 1)
- --
- wait(5)
- {
- ScreenGui:Destroy()
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement