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

Add ProfileService #192

Closed Sleitnick closed 4 years ago

Sleitnick commented 4 years ago

Add loleris' ProfileService as a server-side module. ProfileService is a great data tool and addresses many common problems.

howmanysmall commented 4 years ago

Would it be reformatted? The actual module itself is formatted really poorly and it makes it hard to read.

Sleitnick commented 4 years ago

@howmanysmall The exposed API matches the AGF coding style though. So I don't think I'd make any changes myself.