Advertisement
CoolyxCreepyxxgirl

Papyrus chat gui

Jun 20th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. gui=Instance.new("TextBox",bb)
  2. gui.Text = "* "
  3. gui.Size = UDim2.new(0,133,0,45)
  4. gui.Position=UDim2.new(0,57,0,-40)
  5. gui.TextColor3 = Color3.new(225,255,255)
  6. gui.BackgroundColor3=Color3.new(0,0,0)
  7. gui.TextWrapped = true
  8. gui.TextScaled = true
  9. gui.TextXAlignment = "Left"
  10. gui.TextYAlignment = "Top"
  11. gui.Visible = false
  12. gui.BorderColor3 = Color3.new(0,0,0)
  13.  
  14. gui1=Instance.new("TextButton",bb)
  15. gui1.Position=UDim2.new(0,5,0,-43)
  16. gui1.Size = UDim2.new(0,190,0,51)
  17.  
  18. gui1.TextColor3 = Color3.new(225,255,255)
  19. gui1.BackgroundColor3=Color3.new(255,255,255)
  20.  
  21. gui1.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement