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

Looking to make a remote-DataStoreService (HttpService) ?

Asked by 8 years ago

Hello there, fellow ScriptingHelpers!

Now, I understand that the following question isn't EXACTLY related to Scripting, but a solution that needs to be resolved for a ROBLOX Project.

I am trying to create a DataStore-like service using a backend server, and HttpService. Using this service (declared as "RemoteStorageManager"), I will use it to store user information that will be used across multiple games. I am in need of reference/help of creating such server backend, so I can interface with ROBLOX Lua without too much complication.

Additionally, I've looked into services such as Google Cloud Datastore, and cannot seem to find a solution which will resolve the issue I am looking to solve. If anyone could provide me with advice regarding a solution with this issue, that would be lovely!

NOTE: I am not asking you to build me an entire solution, but giving me an idea of where to find one/a compatible service in which you may have used for your projects.

? - So I can post this question. Odd requirement...

1
Use SQL and create PHP code that will retrieve specific values and output them for you. That way it is really easy to use HTTPService and PHP together to achieve best effects. DigitalVeer 1473 — 8y
0
@DigitalVeer I already do this using a temporary test server. But as Beta builds are compiled, I will need to create an more effective solution than one server with PHP+MySQL. I would perfer to use a service such as Google Data Cloud, but whatever works. Reinitialized 45 — 8y

Answer this question