Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("ImageLabel")
  3. local Roundify_12px = Instance.new("ImageLabel")
  4. local Script1 = Instance.new("TextButton")
  5. local Script2 = Instance.new("TextButton")
  6. local Script3 = Instance.new("TextButton")
  7. local TextBox = Instance.new("TextBox")
  8.  
  9.  
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11.  
  12. Frame.Name = "Frame"
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Frame.BackgroundTransparency = 1
  16. Frame.BorderSizePixel = 0
  17. Frame.Position = UDim2.new(0.630557775, 0, 0.131661445, 0)
  18. Frame.Size = UDim2.new(0, 308, 0, 278)
  19. Frame.Image = "rbxassetid://2851926732"
  20. Frame.ImageColor3 = Color3.new(1, 0.0392157, 0.0392157)
  21. Frame.ScaleType = Enum.ScaleType.Slice
  22. Frame.SliceCenter = Rect.new(12, 12, 12, 12)
  23.  
  24. Roundify_12px.Name = "Roundify_12px"
  25. Roundify_12px.Parent = Frame
  26. Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Roundify_12px.BackgroundTransparency = 1
  28. Roundify_12px.Position = UDim2.new(0, -12, 0, -12)
  29. Roundify_12px.Size = UDim2.new(1, 24, 1, 24)
  30. Roundify_12px.Image = "rbxassetid://2851926732"
  31. Roundify_12px.ImageTransparency = 1
  32. Roundify_12px.ScaleType = Enum.ScaleType.Slice
  33. Roundify_12px.SliceCenter = Rect.new(12, 12, 12, 12)
  34.  
  35. Script1.Name = "Script 1"
  36. Script1.Parent = Roundify_12px
  37. Script1.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Script1.Position = UDim2.new(0.198795184, 0, 0.238410592, 0)
  39. Script1.Size = UDim2.new(0, 200, 0, 50)
  40. Script1.Font = Enum.Font.SourceSans
  41. Script1.Text = "Script 1"
  42. Script1.TextColor3 = Color3.new(0, 0, 0)
  43. Script1.TextSize = 14
  44.  
  45. Script2.Name = "Script 2"
  46. Script2.Parent = Roundify_12px
  47. Script2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Script2.Position = UDim2.new(0.198795184, 0, 0.470198691, 0)
  49. Script2.Size = UDim2.new(0, 200, 0, 50)
  50. Script2.Font = Enum.Font.SourceSans
  51. Script2.Text = "Script 2"
  52. Script2.TextColor3 = Color3.new(0, 0, 0)
  53. Script2.TextSize = 14
  54.  
  55. Script3.Name = "Script 3"
  56. Script3.Parent = Roundify_12px
  57. Script3.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Script3.Position = UDim2.new(0.198795184, 0, 0.70198673, 0)
  59. Script3.Size = UDim2.new(0, 200, 0, 50)
  60. Script3.Font = Enum.Font.SourceSans
  61. Script3.Text = "Script 3"
  62. Script3.TextColor3 = Color3.new(0, 0, 0)
  63. Script3.TextSize = 14
  64.  
  65. TextBox.Parent = Roundify_12px
  66. TextBox.BackgroundColor3 = Color3.new(0.882353, 0, 0)
  67. TextBox.BorderColor3 = Color3.new(1, 0, 0)
  68. TextBox.BorderSizePixel = 0
  69. TextBox.Position = UDim2.new(0.198795184, 0, 0.0397350974, 0)
  70. TextBox.Size = UDim2.new(0, 200, 0, 50)
  71. TextBox.Font = Enum.Font.SourceSans
  72. TextBox.Text = "Akim's Test Hub"
  73. TextBox.TextColor3 = Color3.new(0, 0, 0)
  74. TextBox.TextSize = 19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement