Yup, that works! Thanks!

So, if the return is always false, that means I can’t use a return unless I want to close or break that event, right? Or is there an exception?

And one more question. Is there any way to do that without triggering a client event? I want to go directly to the main thread. Some kind of callback or something…

If every time I go to the server side I have to do as you have exemplified, my code will get 2 or 3 times bigger, which is not good in many ways!