Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to Cross-Server communication?

Asked by 5 years ago

I've heard of Cross-Server communication via DataStores since HTTP is too complicated for me to waste time learning but I don't know how to make it work..

Let's suppose I want to send a message to a friend who is in another server. Or even make a modcall request to a mod in other server. How would I send a request to that server to do something via datastore?

Maybe change some values in it using :OnUpdate but idk how.

--This is not a request for a script, it's a request for help to understand Cross-Server communication

1 answer

Log in to vote
0
Answered by
Aimarekin 345 Moderation Voter
5 years ago

There is currently no possible way of cross-server communication that's effective.

You can use DataStores, but that won't be very efficient, and you would need to be careful about the API limit.

Best to do is to use an HTTP server that all servers communicate to for best cross-server communication, as there simply is no other way rather than this or DataStores, a thing I wouldn't recommend.

0
there is (I wish i could downvote this answer) but then ill lose rep greatneil80 2647 — 5y
0
There isn't. If so, post it as an answer. Aimarekin 345 — 5y
0
I'll try with HTTP anyways. Just need to find a way to know what server to teleport the player to wilsonsilva007 373 — 5y
0
If the answer helped you can approve it :3 Aimarekin 345 — 5y
Ad

Answer this question