[Textbox] textbox = gui.newTextbox(text, placeholder, maxLength)


Creates a new textbox

Parameters


text

string | "nil

The text in the textbox

placeholder

string | "nil

The placeholder text in the textbox

maxLength

integer | "nil

The maximum length of the textbox

Return Value


textbox

Textbox

The new textbox