How do I make a light go on/off on a GUI button click and also play a sound when clicked?
Okay, I am trying to make the whole building go red and start playing a alarm sound, does anyone have a script for it?
Well, you have to listen to MouseButton1Down, then fire a remote event. Make a script that will listen for remote event being fired then use :Play() and use if to check if light is on/off