How to automaticaly get script signal returns

Hello, i’m making a module which create dynamical events on the client and call a remote when the event runs.

I’m trying to find a way to automaticaly get the values returned by the event.

Thanks for the help.

have you looked at this

Also I have used tags to manage actions being run on client and or server by setting the value of the actions tag to indicate its status and coding response on client and or server as required by that value.

Thanks for the response, i had figured it out a while ago but i forgot to post the solution so here it is : In the return param put … which is equivalent to all returned elements.

1 Like