You would use MessagingService to communicate across servers for the global messaging system you desire. Make sure the Server is subscribed using :SubscribeAsync(), and when you send a message, you use :PublishAsync() for the Servers to recieve said message.