Advertisement
TonyDoesPastebin

ROBLOXIAN HIGHSCHOOL GUI

Jul 9th, 2019
6,148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.58 KB | None | 0 0
  1. -- Objects
  2.  
  3. local FrameGUI = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. local Frame_2 = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Frame_3 = Instance.new("Frame")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextButton_3 = Instance.new("TextButton")
  12. local ButtonGUI = Instance.new("ScreenGui")
  13. local TextButton_4 = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. FrameGUI.Name = "FrameGUI"
  18. FrameGUI.Parent = game.StarterGui
  19.  
  20. Frame.Parent = FrameGUI
  21. Frame.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  22. Frame.Position = UDim2.new(0.291000009, 0, 2, 0)
  23. Frame.Size = UDim2.new(0, 536, 0, 460)
  24.  
  25. TextButton.Parent = Frame
  26. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  27. TextButton.BackgroundTransparency = 1
  28. TextButton.Position = UDim2.new(0, 0, 0.108695664, 0)
  29. TextButton.Size = UDim2.new(0, 108, 0, 30)
  30. TextButton.Font = Enum.Font.SourceSans
  31. TextButton.Text = "FE Invisible"
  32. TextButton.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  33. TextButton.TextSize = 14
  34.  
  35. Frame_2.Parent = Frame
  36. Frame_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  37. Frame_2.BackgroundTransparency = 0.69999998807907
  38. Frame_2.Size = UDim2.new(0, 536, 0, 49)
  39.  
  40. TextLabel.Parent = Frame_2
  41. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextLabel.BackgroundTransparency = 1
  43. TextLabel.Size = UDim2.new(0, 536, 0, 50)
  44. TextLabel.Font = Enum.Font.SourceSans
  45. TextLabel.Text = "ROBLOXIAN HIGHSCHOOL GUI"
  46. TextLabel.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  47. TextLabel.TextSize = 14
  48.  
  49. Frame_3.Parent = Frame
  50. Frame_3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  51. Frame_3.BackgroundTransparency = 0.69999998807907
  52. Frame_3.Size = UDim2.new(0, 536, 0, 49)
  53.  
  54. TextLabel_2.Parent = Frame_3
  55. TextLabel_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  56. TextLabel_2.BackgroundTransparency = 0.69999998807907
  57. TextLabel_2.Position = UDim2.new(0, 0, 8.36734676, 0)
  58. TextLabel_2.Size = UDim2.new(0, 536, 0, 50)
  59. TextLabel_2.Font = Enum.Font.SourceSans
  60. TextLabel_2.Text = "TheHumanComputer#9051"
  61. TextLabel_2.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  62. TextLabel_2.TextSize = 14
  63.  
  64. TextButton_2.Parent = Frame
  65. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  66. TextButton_2.BackgroundTransparency = 1
  67. TextButton_2.Position = UDim2.new(0.701492548, 0, 0.108695656, 0)
  68. TextButton_2.Size = UDim2.new(0, 160, 0, 30)
  69. TextButton_2.Font = Enum.Font.SourceSans
  70. TextButton_2.Text = "Rainbow Car - GAMEPASS"
  71. TextButton_2.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  72. TextButton_2.TextSize = 14
  73.  
  74. TextButton_3.Parent = Frame
  75. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextButton_3.BackgroundTransparency = 1
  77. TextButton_3.Position = UDim2.new(0.701492548, 0, 0.173913047, 0)
  78. TextButton_3.Size = UDim2.new(0, 160, 0, 30)
  79. TextButton_3.Font = Enum.Font.SourceSans
  80. TextButton_3.Text = "Bouncy Car - GAMEPASS"
  81. TextButton_3.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  82. TextButton_3.TextSize = 14
  83.  
  84. ButtonGUI.Name = "ButtonGUI"
  85. ButtonGUI.Parent = game.StarterGui
  86.  
  87. TextButton_4.Parent = ButtonGUI
  88. TextButton_4.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  89. TextButton_4.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  90. TextButton_4.Position = UDim2.new(0, 0, 0.548271775, 0)
  91. TextButton_4.Size = UDim2.new(0, 113, 0, 30)
  92. TextButton_4.Font = Enum.Font.SourceSans
  93. TextButton_4.Text = "Toggle GUI"
  94. TextButton_4.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  95. TextButton_4.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement