Advertisement
kphs2

Demon Fall

Mar 16th, 2022
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local top = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextButton = Instance.new("TextButton")
  6. local TextButton_2 = Instance.new("TextButton")
  7. local TextButton_3 = Instance.new("TextButton")
  8. local TextButton_4 = Instance.new("TextButton")
  9. local TextButton_5 = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.Workspace
  14.  
  15. main.Name = "main"
  16. main.Parent = ScreenGui
  17. main.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  18. main.BorderSizePixel = 0
  19. main.Position = UDim2.new(0.206465065, 0, 0.258308142, 0)
  20. main.Size = UDim2.new(0, 247, 0, 392)
  21.  
  22. top.Name = "top"
  23. top.Parent = main
  24. top.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  25. top.BorderColor3 = Color3.fromRGB(27, 42, 53)
  26. top.BorderSizePixel = 0
  27. top.Size = UDim2.new(0, 247, 0, 40)
  28.  
  29. TextLabel.Parent = top
  30. TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  31. TextLabel.BorderSizePixel = 0
  32. TextLabel.Position = UDim2.new(0.225797415, 0, 0, 0)
  33. TextLabel.Size = UDim2.new(0, 133, 0, 40)
  34. TextLabel.Font = Enum.Font.Gotham
  35. TextLabel.Text = "EXAMPLE HUB"
  36. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  37. TextLabel.TextSize = 22.000
  38.  
  39. TextButton.Parent = top
  40. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. TextButton.BorderSizePixel = 0
  42. TextButton.Position = UDim2.new(0.0921941847, 0, 1.52499998, 0)
  43. TextButton.Size = UDim2.new(0, 200, 0, 50)
  44. TextButton.Font = Enum.Font.Gotham
  45. TextButton.Text = "Lazy Hub"
  46. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. TextButton.TextSize = 23.000
  48.  
  49. TextButton_2.Parent = top
  50. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. TextButton_2.BorderSizePixel = 0
  52. TextButton_2.Position = UDim2.new(0.0921941847, 0, 3.04999971, 0)
  53. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  54. TextButton_2.Font = Enum.Font.Gotham
  55. TextButton_2.Text = "Kronos Fall"
  56. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. TextButton_2.TextSize = 23.000
  58.  
  59. TextButton_3.Parent = top
  60. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. TextButton_3.BorderSizePixel = 0
  62. TextButton_3.Position = UDim2.new(0.0921941847, 0, 4.57499981, 0)
  63. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  64. TextButton_3.Font = Enum.Font.Gotham
  65. TextButton_3.Text = "Ghost Fall"
  66. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextButton_3.TextSize = 23.000
  68.  
  69. TextButton_4.Parent = top
  70. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextButton_4.BorderSizePixel = 0
  72. TextButton_4.Position = UDim2.new(0.0921941847, 0, 6.09999943, 0)
  73. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  74. TextButton_4.Font = Enum.Font.Gotham
  75. TextButton_4.Text = "Furious Fall"
  76. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. TextButton_4.TextSize = 23.000
  78.  
  79. TextButton_5.Parent = top
  80. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. TextButton_5.BorderSizePixel = 0
  82. TextButton_5.Position = UDim2.new(0.0881455988, 0, 7.69999933, 0)
  83. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  84. TextButton_5.Font = Enum.Font.Gotham
  85. TextButton_5.Text = "Candy Lean"
  86. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. TextButton_5.TextSize = 23.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement