Safe Bindable Events

Can two scripts use the same bindable event :Fire and .Event to communicate with each other?

Yes, that’s what BindableEvents were intended for. Just make sure that the scripts identify what’s being communicated so they don’t trigger themselves.

3 Likes

Bindable events are used for communication between either two server scripts or two client scripts as opposed to a remote event which is used for communication between client and server.