Advertisement
PasteBinAutoUpdate22

Untitled

Dec 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local M = Instance.new("TextLabel")
  3. local a = Instance.new("TextLabel")
  4. local s = Instance.new("TextLabel")
  5. local H = Instance.new("TextLabel")
  6. local u = Instance.new("TextLabel")
  7. local b = Instance.new("TextLabel")
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10.  
  11. M.Name = "M"
  12. M.Parent = ScreenGui
  13. M.BackgroundColor3 = Color3.new(1, 1, 1)
  14. M.BackgroundTransparency = 9
  15. M.Position = UDim2.new(0.247830272, 0, 0.291015625, 0)
  16. M.Size = UDim2.new(0, 113, 0, 91)
  17. M.Font = Enum.Font.GothamBold
  18. M.Text = "M"
  19. M.TextColor3 = Color3.new(0.0156863, 0.321569, 0.886275)
  20. M.TextSize = 20
  21. M.TextXAlignment = Enum.TextXAlignment.Left
  22.  
  23. a.Name = "a"
  24. a.Parent = ScreenGui
  25. a.BackgroundColor3 = Color3.new(1, 1, 1)
  26. a.BackgroundTransparency = 9
  27. a.Position = UDim2.new(0.268081009, 0, 0.291015625, 0)
  28. a.Size = UDim2.new(0, 113, 0, 91)
  29. a.Font = Enum.Font.GothamBold
  30. a.Text = "a"
  31. a.TextColor3 = Color3.new(0.0156863, 0.321569, 0.886275)
  32. a.TextSize = 20
  33. a.TextXAlignment = Enum.TextXAlignment.Left
  34.  
  35. s.Name = "s"
  36. s.Parent = ScreenGui
  37. s.BackgroundColor3 = Color3.new(1, 1, 1)
  38. s.BackgroundTransparency = 9
  39. s.Position = UDim2.new(0.28640306, 0, 0.291015625, 0)
  40. s.Size = UDim2.new(0, 113, 0, 91)
  41. s.Font = Enum.Font.GothamBold
  42. s.Text = "s"
  43. s.TextColor3 = Color3.new(0.0156863, 0.321569, 0.886275)
  44. s.TextSize = 20
  45. s.TextXAlignment = Enum.TextXAlignment.Left
  46.  
  47. H.Name = "H"
  48. H.Parent = ScreenGui
  49. H.BackgroundColor3 = Color3.new(1, 1, 1)
  50. H.BackgroundTransparency = 9
  51. H.Position = UDim2.new(0.300867856, 0, 0.291015625, 0)
  52. H.Size = UDim2.new(0, 113, 0, 91)
  53. H.Font = Enum.Font.GothamBold
  54. H.Text = "H"
  55. H.TextColor3 = Color3.new(0.0156863, 0.321569, 0.886275)
  56. H.TextSize = 20
  57. H.TextXAlignment = Enum.TextXAlignment.Left
  58.  
  59. u.Name = "u"
  60. u.Parent = ScreenGui
  61. u.BackgroundColor3 = Color3.new(1, 1, 1)
  62. u.BackgroundTransparency = 9
  63. u.Position = UDim2.new(0.321118593, 0, 0.291015625, 0)
  64. u.Size = UDim2.new(0, 113, 0, 91)
  65. u.Font = Enum.Font.GothamBold
  66. u.Text = "u"
  67. u.TextColor3 = Color3.new(0.0156863, 0.321569, 0.886275)
  68. u.TextSize = 20
  69. u.TextXAlignment = Enum.TextXAlignment.Left
  70.  
  71. b.Name = "b"
  72. b.Parent = ScreenGui
  73. b.BackgroundColor3 = Color3.new(1, 1, 1)
  74. b.BackgroundTransparency = 9
  75. b.Position = UDim2.new(0.339440703, 0, 0.291015625, 0)
  76. b.Size = UDim2.new(0, 113, 0, 91)
  77. b.Font = Enum.Font.GothamBold
  78. b.Text = "b"
  79. b.TextColor3 = Color3.new(0.0156863, 0.321569, 0.886275)
  80. b.TextSize = 20
  81. b.TextXAlignment = Enum.TextXAlignment.Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement