Hello everyone! My question is pretty straight forward. I have 2 scripts which handle one remote event. And I wonder is it better to have both of them handle request from server and have just one scripjtwhich handles request from server and then sends event to other local scripts via Event instance?
Do whatever is easier to read/understand. There is probably a very, very slight performance difference between the 2 but for that to even be noticable you’d probably have to connect thousands of events to a single event at which point you are certainly doing something wrong.