Advertisement
Leodu41

Sos

Nov 1st, 2020
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. local TextBox = Instance.new("TextBox")
  2.  
  3. TextBox.Parent = game.StarterGui.ScreenGui.Cmds.Frame.ScrollingFrame
  4. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  5. TextBox.BackgroundTransparency = 1.000
  6. TextBox.Position = UDim2.new(0.00616016425, 0, 0, 0)
  7. TextBox.Size = UDim2.new(0, 952, 0, 18)
  8. TextBox.ClearTextOnFocus = false
  9. TextBox.Font = Enum.Font.SourceSans
  10. TextBox.Text = " _"
  11. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  12. TextBox.TextSize = 14.000
  13. TextBox.TextXAlignment = Enum.TextXAlignment.Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement