The title speaks for itself.
The title speaks for itself.
local MessagingService = game:GetService("MessagingService")
MessagingService:SubscribeAsync("GlobalMessage", function(Message)
print(Message.Data)
end)
to send data to every single server:
MessagingService:PublishAsync("GlobalMessage", "aeaeaeae")