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

BindableFunctions vs. BindableEvents

Asked by 10 years ago

Out of curiosity... other than their icons, what do BindableFunction and BindableEvents have different?

1 answer

Log in to vote
2
Answered by
modFrost 130
10 years ago

It's in the name? You use BindableFunctions to call a made function from a different script and BindableEvents to call events with a custom set of arguments.

0
Ok, thanks. FromLegoUniverse 264 — 10y
0
Last time I checked, BindableFunctions can return values, but BindableEvents can yield using wait. Which makes sense, considering one's a function call and one's an event trigger. adark 5487 — 10y
Ad

Answer this question