What do I do with this thing?

Someone told me my data store was very messy and inefficient (it defiantly is) and told me to drag and drop this https://www.roblox.com/library/5331689994/ProfileService into server script service. So I did and I commented out my data store thing. What do I do now? This thing he told me to get is way above my level. Also wouldnt be surprised if it was a hack ngl.

1 Like

ProfileSerivde isn’t a ‘hack’, it’s a well-known data-loading module script which replaced Roblox’s DataStore2. ProfileService is more advanced and you shouldn’t utilise it if you don’t fully understand how Roblox’s data stores work.

Read more about it here:
https://madstudioroblox.github.io/ProfileService/

Like the guy above said, it’s legit, I don’t see any reason not to use it. Tbh i’m not capable of making something better than profile service, so i use it. If you have trouble, i recommend watching a tutorial

This is the one i watched:

Then i kinda just figured it out through trial and error.