Advertisement
DrawingJhon

Paste Textbox

Aug 7th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local screen = Instance.new("ScreenGui", owner.PlayerGui)
  2. screen.Name = "SG"
  3. local tb = Instance.new("TextBox", screen)
  4. tb.ClearTextOnFocus = false
  5. tb.Name = "TB"
  6. tb.Size = UDim2.new(1, 0, 0.06)
  7. tb.Font = "Code"
  8. tb.TextScaled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement