How can i send global message across all servers?

Hi guys! Any way to send global message across all servers?

you can use MessagingService

1 Like

You can create a script where you subscribe so you can send a message to all servers with that script.
I hope it helps you!
https://developer.roblox.com/en-us/api-reference/function/MessagingService/SubscribeAsync

Use MessagingService as others linked above.
Pay attention to its limits.