i want to make it so that if in a 1 player server other people from different servers would appear to that server. idk what to start with. how do i make a server send information to another one?
1 Like
The MessagingService allows game servers in the same game to communicate with each other in real time (< 1 second) using topics. Topics are developer defined strings (1-80 characters) that game servers can send and receive messages.
2 Likes
is there a way to send coordinates through this?
you could make a remote event that sends the coordinates to a local script (in startergui for example) that then resends the information to the other server script
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.