Owl Hub UI Library
  • Welcome
  • Loading the Library
  • Pages
  • Buttons
  • Sliders
  • Text Boxes
  • Keybinds
  • Color pickers
  • Dropdowns
Powered by GitBook
On this page

Was this helpful?

Text Boxes

This page will show you how to use Text Boxes

Textbox Example:

function TextBoxChange(State)
print("Text changed to: "..State)
end

Page1:newTextbox("Title",TextBoxChange,"Default",false) -- Name, Callback, Default Text, No Callback on run
PreviousSlidersNextKeybinds

Last updated 4 years ago

Was this helpful?