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
216 stars 57 forks source link

Infinite yield possible on ReplicatedStorage.Aero:WaitForChild("AeroRemoteServices") #113

Closed tacheometry closed 4 years ago

tacheometry commented 4 years ago

I got AeroGameFramework, ran the installer and I'm using Rojo with VSCode

However, none of my services will load and the AeroClient script (StarterPlayerScripts/Aero/Internal/AeroClient) just warns "Infinite yield possible" for "AeroRemoteServices"

Sleitnick commented 4 years ago

Have you written any code yourself yet, or is it a clean install? If you have written any code, I would look at the code you have either in the Init function or outside of any functions in the module (i.e. code at the top of the file or whatever). Make sure nothing is yielding there.

tacheometry commented 4 years ago

Thanks a lot! Turns out all I had was a typo in the Init 🤦‍♀️