Button
Just a button
Example
Events
.MouseButton1Click:Connect
Clicking with the mouse
.MouseButton2Click:Connect
Right-click
Methods
.SetBackgroundColor(color3)
МChanges the background of the button
.SetText(val)
Меняет текст кнопки
.Disabled()
Disables the element. Making it greyed out.
.UnDisabled()
Restores the element
.RemovePaddingAndText()
Removes unnecessary space around it. Needed for the Table component
Last updated