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
Last updated
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
Last updated
Button.Font = Enum.Font.ArialButton.Font = "Arial"print(Button.Font)Button.Visible = falseprint(Button.Visible)Button:Click()