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

A Follow Up Question On Using A Physical Server For Data Storage?

Asked by
Donut792 216 Moderation Voter
5 years ago

alright so in my previous question i asked if it would be possible to set up a kind of auction house system that live updates a script in all running servers for the game where if someone buys something and the server doesnt have time to delete the gui before another player buys that item that it would just create a gui and tell the buy that its already been bought but i got in response that it would be mabye possible but roblox datastores are not fast enough to handle this and that i would have to have my own server to handle the auction data now that in mind i have a physical server which i wanted to know if somehow i could use that so basically all live servers are able to pull from it and receive from it now if this is possible i would have no idea on what apis i would have to use to script this

0
I believe this could be done using HttpService and some third-party service/software. hpenney2 53 — 5y
0
Use http service's PostAsync() to post content to your website, have the website accept the post request, change the data based on what was posted and get the new data back to roblox using GetAsync() royaltoe 5144 — 5y
0
alright thank you very much Donut792 216 — 5y

Answer this question