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

Make something global? (Across all servers)

Asked by 7 years ago

How would I make something global. Not like _G but like a message across all servers..?

0
You could use DataStores to send information from server to server I suppose. You could also have scripts in each server calling each other using HTTPService. User#9949 0 — 7y
0
Can I have a script or reference? I see games doing this and I'd like to use it for mine. script_ing 43 — 7y

1 answer

Log in to vote
5
Answered by 7 years ago

There are two different ways I know of to send data across servers. The first is DataStore, and the second is Http Requests. I don't have any scripts that I can provide, but I can lead you in the right direction!

DataStores

HTTP Service Info

Sending HTTP Requests

Here is a game that has a great working version of a cross-server chat script. It's uncopylocked so take a look at it!

0
Thanks! I'm gonna try it right now! script_ing 43 — 7y
0
Well, didn't really help.. script_ing 43 — 7y
0
There is no other way of doing what you want. Link150 1355 — 7y
0
rip script_ing 43 — 7y
Ad

Answer this question