BindableEvent

extends Instance

Class fields

FieldXML typeValue
NamestringBindableEvent
summarystringAllow events defined in one script to be subscribed to by another script
ExplorerOrderstring5
ExplorerImageIndexstring67

Functions

1
Fire
(arguments: Tuple) → void
FieldXML typeValue
NamestringFire
summarystringUsed to make the custom event fire (see Event for more info). Arguments can be variable length.

Events

1
Event
(arguments: Tuple) → void
FieldXML typeValue
NamestringEvent
summarystringThis event fires when the Fire() method is used. Receives the variable length arguments from Fire().