Roblox Wiki
Advertisement
Roblox Wiki
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The Controller class inherits from Instance.

Methods

BindButton(button: Button, caption: string): null

Parameters
NameType
buttonButton
captionstring
  • Thread safety: unsafe

GetButton(button: Button): bool

Parameters
NameType
buttonButton
  • Thread safety: unsafe

UnbindButton(button: Button): null

Parameters
NameType
buttonButton
  • Thread safety: unsafe

bindButton(button: Button, caption: string): null

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
buttonButton
captionstring
  • Thread safety: unsafe

getButton(button: Button): bool

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
buttonButton
  • Thread safety: unsafe

Events

ButtonChanged(button: Button)

Parameters
NameType
buttonButton
  • Thread safety: unsafe

External links[]

Advertisement