Can anyone give me a brief explanation of what Bindable Events are used for?
Any help is appreciated.
Bindable Events are a way of two scripts of the same type e.g. Server-Server or Client-Client scripts, these are not to be confused with remove events that allow a Client-Server and Server-Client connection, so in short a Bindable Event is a way of two server or client scripts to communicated with each other. If you’d like to know more you can have a loop at the API reference (BindableEvent | Roblox Creator Documentation).
1 Like