Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Deprecate Data module in favor of ProfileService #194

Closed Sleitnick closed 4 years ago

Sleitnick commented 4 years ago

ProfileService should be used instead of Data module.

starlebVerse commented 4 years ago

Do we have to write our own code for ordered data storage (e.g. leaderboard) systems after this becomes live? EDIT (Additional things): I am asking because ProfileService does not support ordered data stores while the Data module does. It is best I know this for future work.

Sleitnick commented 4 years ago

@CStarGamer That's a good point. I will keep the Data module around for a bit longer.