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