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

Use ipairs #173

Closed Sleitnick closed 4 years ago

Sleitnick commented 4 years ago

With the new Luau interpreter, using ipairs is now preferred over pairs when possible.

Sleitnick commented 4 years ago

Completed in https://github.com/Sleitnick/AeroGameFramework/pull/174