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.
If a Module is required in the Init of a service or controller, the module's InitandStart methods execute. This is a problem. The Start method should be held off from executing until the main lifecycle reaches that stage.
If a Module is required in the
Init
of a service or controller, the module'sInit
andStart
methods execute. This is a problem. TheStart
method should be held off from executing until the main lifecycle reaches that stage.