Advertisement
DerpyFox

1414124214

Feb 3rd, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local frame25 = Instance.new("Frame")
  5. local welcome = Instance.new("TextLabel")
  6. local to = Instance.new("TextLabel")
  7. local cyberblox = Instance.new("TextLabel")
  8. local cofounder = Instance.new("TextLabel")
  9.  
  10. -- Properties
  11.  
  12. ScreenGui.Parent = game.StarterGui
  13. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. frame25.Name = "frame25"
  16. frame25.Parent = ScreenGui
  17. frame25.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  18. frame25.BackgroundTransparency = 0.30000001192093
  19. frame25.BorderSizePixel = 0
  20. frame25.Position = UDim2.new(0.374203801, 0, 0.269624561, 0)
  21. frame25.Size = UDim2.new(0, 375, 0, 286)
  22.  
  23. welcome.Name = "welcome"
  24. welcome.Parent = frame25
  25. welcome.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  26. welcome.BackgroundTransparency = 1
  27. welcome.BorderSizePixel = 0
  28. welcome.Position = UDim2.new(0.231999993, 0, 0.237762243, 0)
  29. welcome.Size = UDim2.new(0, 200, 0, 50)
  30. welcome.Font = Enum.Font.Gotham
  31. welcome.Text = "Welcome"
  32. welcome.TextColor3 = Color3.new(1, 1, 1)
  33. welcome.TextSize = 20
  34.  
  35. to.Name = "to"
  36. to.Parent = frame25
  37. to.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  38. to.BackgroundTransparency = 1
  39. to.BorderSizePixel = 0
  40. to.Position = UDim2.new(0.231999993, 0, 0.412587404, 0)
  41. to.Size = UDim2.new(0, 200, 0, 50)
  42. to.Font = Enum.Font.Gotham
  43. to.Text = "To"
  44. to.TextColor3 = Color3.new(1, 1, 1)
  45. to.TextSize = 14
  46.  
  47. cyberblox.Name = "cyberblox"
  48. cyberblox.Parent = frame25
  49. cyberblox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  50. cyberblox.BackgroundTransparency = 1
  51. cyberblox.BorderSizePixel = 0
  52. cyberblox.Position = UDim2.new(0.231999993, 0, 0.587412596, 0)
  53. cyberblox.Size = UDim2.new(0, 200, 0, 50)
  54. cyberblox.Font = Enum.Font.Gotham
  55. cyberblox.Text = "Cyberblox"
  56. cyberblox.TextColor3 = Color3.new(1, 1, 1)
  57. cyberblox.TextSize = 25
  58.  
  59. cofounder.Name = "co-founder"
  60. cofounder.Parent = frame25
  61. cofounder.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  62. cofounder.BackgroundTransparency = 1
  63. cofounder.BorderSizePixel = 0
  64. cofounder.Position = UDim2.new(0.231999993, 0, 0.961538434, 0)
  65. cofounder.Size = UDim2.new(0, 200, 0, 11)
  66. cofounder.Font = Enum.Font.Gotham
  67. cofounder.Text = "Co-Founder was to lazy to animate this"
  68. cofounder.TextColor3 = Color3.new(1, 1, 1)
  69. cofounder.TextSize = 12
  70. cofounder.TextStrokeColor3 = Color3.new(1, 1, 1)
  71.  
  72. --
  73. wait(5)
  74. {
  75. ScreenGui:Destroy()
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement