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
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.