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!
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?