How to communicate with 3 scripts

I want to know if I can use something to communicate with 3 scripts, what I am making is when you eat a vitamin, it gives you +45 seconds on the timer. Both are local scripts so I thought maybe you need a server script for remote events because its more secure but I need some help figuring it out. Thank you for your time.

Did you mean all three are LocalScripts?

If so, use a BindableEvent to communicate between the three.

If not, use a RemoteEvent to communicate between LocalScripts and Scripts, and use the BindableEvents aforementioned for client-to-client and server-to-server communication.

I was thinking about bindable events but wanted to double check, thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.