Advertisement
Guest User

more test

a guest
Nov 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ZhaxGUI = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local TextBox_2 = Instance.new("TextBox")
  8. local TextBox_3 = Instance.new("TextBox")
  9. local TextButton = Instance.new("TextButton")
  10. local Frame_3 = Instance.new("Frame")
  11.  
  12. -- Properties
  13.  
  14. ZhaxGUI.Name = "ZhaxGUI"
  15. ZhaxGUI.Parent = game.StarterGui
  16.  
  17. Frame.Parent = ZhaxGUI
  18. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  19. Frame.Position = UDim2.new(0, 208, 0, 72)
  20. Frame.Size = UDim2.new(0, 506, 0, 264)
  21.  
  22. Frame_2.Parent = ZhaxGUI
  23. Frame_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  24. Frame_2.BorderColor3 = Color3.new(0, 0, 0)
  25. Frame_2.Position = UDim2.new(0, 210, 0, 70)
  26. Frame_2.Size = UDim2.new(0, 502, 0, 43)
  27.  
  28. TextBox.Parent = Frame_2
  29. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextBox.BackgroundTransparency = 1
  31. TextBox.Position = UDim2.new(0, 0, 0, 2)
  32. TextBox.Size = UDim2.new(0, 184, 0, 41)
  33. TextBox.Font = Enum.Font.Cartoon
  34. TextBox.FontSize = Enum.FontSize.Size32
  35. TextBox.Text = "Zhax GUI"
  36. TextBox.TextColor3 = Color3.new(1, 1, 1)
  37. TextBox.TextSize = 30
  38.  
  39. TextBox_2.Parent = Frame_2
  40. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextBox_2.BackgroundTransparency = 1
  42. TextBox_2.Position = UDim2.new(0, 302, 0, -1)
  43. TextBox_2.Size = UDim2.new(0, 200, 0, 22)
  44. TextBox_2.Font = Enum.Font.Cartoon
  45. TextBox_2.FontSize = Enum.FontSize.Size24
  46. TextBox_2.Text = "Made By"
  47. TextBox_2.TextColor3 = Color3.new(1, 1, 1)
  48. TextBox_2.TextSize = 20
  49.  
  50. TextBox_3.Parent = Frame_2
  51. TextBox_3.BackgroundColor3 = Color3.new(1, 1, 1)
  52. TextBox_3.BackgroundTransparency = 1
  53. TextBox_3.Position = UDim2.new(0, 302, 0, 21)
  54. TextBox_3.Size = UDim2.new(0, 200, 0, 22)
  55. TextBox_3.Font = Enum.Font.Cartoon
  56. TextBox_3.FontSize = Enum.FontSize.Size24
  57. TextBox_3.Text = "Zinzox"
  58. TextBox_3.TextColor3 = Color3.new(1, 1, 1)
  59. TextBox_3.TextSize = 20
  60.  
  61. TextButton.Parent = Frame_2
  62. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  63. TextButton.BackgroundTransparency = 1
  64. TextButton.Position = UDim2.new(0, 479, 0, 0)
  65. TextButton.Size = UDim2.new(0, 23, 0, 21)
  66. TextButton.Font = Enum.Font.SourceSansBold
  67. TextButton.FontSize = Enum.FontSize.Size14
  68. TextButton.Text = "X"
  69. TextButton.TextColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  70. TextButton.TextSize = 14
  71.  
  72. Frame_3.Parent = ZhaxGUI
  73. Frame_3.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  74. Frame_3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  75. Frame_3.Position = UDim2.new(0, 211, 0, 111)
  76. Frame_3.Size = UDim2.new(0, 501, 0, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement