Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Difference between Bindable Functions and Bindable Events?

Asked by 5 years ago

What are the differences between Bindable Functions and Bindable Events? I know they are server-to-server or client-to-client communication but I don't see a difference between them.

Do Bindable Functions yield like remote functions do or what? Also aren't they useless because they serve the exact same functionality as module scripts?

0
A bindable function will wait until it has a value returned. Bindable functions are remote functions work they same way except one is for server <-> client and the other for scipt <-> script. User#5423 17 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Bindables cannot be used in the FilteringEnabled environment like remotes. They are instead used in server to server communication, or client to client communication (you define on the server and call from the server, or from the client, define there and fire there).

Ad

Answer this question