Client to Client Remote Event Help

I am trying make it so when a Gui button is clicked, a Gui timer will start, which in their own both work, but I am unsure of how to communicate this between the two scripts. I am aware that I need to use a remote event, but I’m a bit unsure how they work, and the wiki is a bit confusing. Any help would be great!

Thanks

You can’t have a client-to-client remote event. That is not what remotes are for. Use a BindableEvent instead.

1 Like

Alright, where should this bindable event be placed, and generally how would I both activate it from one script, and receive the activation in another script?

Here is some documentation on the BindableEvent the BindableEvent should be placed probably in a shared place for both scripts.