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

ROBLOX cross-server communication help?

Asked by 6 years ago

I've been searching for a way to make cross-server communication between all servers.

I already know about DataStore, but unfortunately that will not work. All players from all servers will access a global chat and :OnUpdate is just not quick enough to keep up. I would need to use HttpService.

I need a web host where I can edit the text using :PostAsync(), and other servers can get the new chat text using :GetAsync().

I've tried pastebin, but you cannot edit pastebins. Only create and delete. However you can edit gists from github, but that requires using PATCH, while RBX Lua only has GET and POST.

I then tried making my own domain and editing the data with MySQL and phpMyAdmin, but it is incredibly confusing and difficult. Also, dot.tk, the place where you can get domains has suddenly turned into a phishing site and none of it will work.

If there is anything such as web hosting, a way around making gists or whatnot then please let me know. Ty!

0
I know some people have been able to communicate with discord (send and read messages), however if you plan on having a lot of players I don't see an easy way of doing this (Http 500 requests per minute limit) . Kareem35 79 — 6y
0
I know some people have used Google Sheets for databases, that's a possibility. KidTech101 376 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

I'd give the Trello API a shot.

https://www.roblox.com/library/214265621/Trello-API-Original-EditCard-and-DeleteCard

Ad

Answer this question