Note: This is FILTERING ENABLED scripting. Make sure that you understand everything before answering.
First example: - There are 10 boxes, each of them has a Remote Function inside. - Everytime you click the box (local). It will send request to the remote function to destroy the box (server).
Second example: - There are 10 boxes - There's a Remote Event inside the Workspace (or I can just store anywhere as long as it's an avaiable object.) - Everytime you click the box (local). It will send to the RemoteEvent which box they want to destroy and destroy it.
Question: Which example will improve the performance? a.k.a SRS (Server Response Speed)
Since it fires on click it's a RemoteEvent