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
Last updated 4 years ago
Was this helpful?