Could you echo signals from the server and client?
e.g: You set up signal handlers on both the client and server, the server fires the signal, client receives it, and echos it back over to the server with data.
Generally though you don’t want to use RemoteFunctions from the server to the client, so echoing in this case is better anyways.