Two RemoteEvent

Is it possible to perform a two way connection on a RemoteEvent. What I mean is can I use the same RemoteEvent and Fire to the Server in a LocalScript, and use the same RemoteEvent but Fire to a Client from a Server Script? The alternative would be creating 2 separate Remotes for individual purposes.

I do not want to create a bunch of unnecessary single use remotes, so I was wondering if I can do this to reduce the number of Remotes I have.

1 Like

Yes, that is possible. You can have a remote event that sends to the server and the client.

2 Likes