Methods

Method
Argument (Set / Get)

Button.Text

string / void

Button.TextColor

Color3 / void

Button.TextSize

number / void

Button.Font

Enum.Font or string / void

Button.Visible

boolean / void

Button:Click()

Callback

Example

Set

Button.Text = "New Button"

Get

print(Button.Text)

Last updated