Does a bindable event throttle when it is fired too much?

If I have many scripts that are to fire the bindable event at the same time, will the bindable event slow down?

(This is a short question but I really have nothing else to say.)

Thanks.

BindableEvent::Fire calls don’t yield, and they aren’t like remotes, but instead of asking if they throttle, I think the better thing to do is tone down the :Fire calls because you shouldn’t even be concerned of a rate limit.

Okay. I think an estimate of how many times the bindable event will be fired together would be about 3 times at most. It shouldn’t be a problem, right?

Nope

1 Like

Alright, thanks!

30charsssssssss

1 Like