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

Is there any way to connect database to roblox?

Asked by 3 years ago

Is there any way to connect mysql or another type of database to roblox? To save data from the outside and be able to change it at any time

0
It's not impossible. I'd explore into HttpService to make calls to your SQL database. However, you may require a middle-man. Ziffixture 6913 — 3y
0
I definetily don't know how, but HttpService would be a good place start. deeskaalstickman649 475 — 3y

1 answer

Log in to vote
0
Answered by
atmxe 17
3 years ago

From what I've seen, there are ways that you can connect to a mysql database using HttpService, but it won't save any JSON. Here is a post where I got this from: https://devforum.roblox.com/t/using-mysql-to-save-data/312592 From the post, it states that the person managed to save a string, boolean, numbers and etc. Maybe you should look into this post a bit more as I'm not experienced with these types of stuff, as I only use httpservice to connect to a discord web hook for game logs.

Ad

Answer this question