Methods

Method
Argument (Set / Get)

Box.Title

string / void

Box.Text

string / void

Box.PlaceHolder

string / void

Box.TextColor

Color3 / void

Box.Font

string or Enum.Font / void

Box.TextSize

number / void

Box.Visible

boolean / void

Box.Type

string or Enum.TextInputType

Box:GetPlayer

function(Input)

Example

Set

Box.Title = "New Title"

Get

print(Box.Title)

Last updated