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/