How would i be able to send Information (table or string) over to another server?
1 Like
You can use MessagingService
MessagingService:PublishAsync() sends a message to all other servers (including the server its called from I’m pretty sure)
and MessagingService:SubscribeAsync() receives the messages sent from PublishAsync()
You could use MessagingService for a lot of things, an example would be a global event that shows in all servers like in “pls donate” when someone donates a large sum of robux
1 Like
This is what i was searching for. Thank you
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.