Greetings,
I am looking forward to use datastores / databases in Roblox, but I am not sure what is recommended and what I should avoid.
E.g. I want to create a server where you load a terrain containing a lot of blocks, its positions, colors, material, fields etc. Something like a Minecraft/Trove server.
So I know there’s DataStore & plugins to view them.
- How do you deal with viewing all the saved data to edit, delete or mass-edit/delete them?
- If using a plugin, which plugin do you use to manipulate/view the data?
- Should I use an API like MongoDB/Mongoose & what should I be aware of when using this method?
Besides that, do you recommend me the idea / implementation of creating a project / game that requires a server to run & load chunks server-sided while accessing to the datastore?
Not sure if Roblox is really reliable for that, but asking anyway!