So… I want to make a good datastore but there are too many choices… Theres ProfileService and Datastore2 but I really don’t understand ProfileService and in my eyes it looks like a blur(if you know what I mean) What else would you recommend for me… Or how should I understand profile service… Answer any of these questions… Thanks
I don’t understand why you don’t just use Roblox’s DataStore system?
I don’t use any frameworks for that, I prefer to write my own code to handle data and I suggest to follow this great tutorial on Roblox Developer Wiki: Documentation - Roblox Creator Hub
1 Like
ProfileService is extremely simple to understand though. You don’t need to open and look at the code for the profileservice module at all you just call functions from it in your own data saving module. He linked a great tutorial for it on the devforum post for profileservice.
Thanks, this is actually a nice idea and I’ll try it too