When would you want to use a bindable function over using shared/_G or module scripts to share a function between scripts?

The latter generally seems cleaner as far as I can tell. Less objects, no needing to WaitForChild() especially on a LocalScript.

So when would a bindable function be a clearly better choice?

6 Likes