Infinite Yield while requiring a ServerScriptService folder Infinite yield possible on ‘ServerScriptService:WaitForChild (“ModuleScripts”)’ - Studio Stack Begin - Studio Script ‘ReplicatedStorage ModuleScripts HitManager’, Line 5 I’ve tried to look for solutions already on here that are similar but I haven’t found any Any advice or suggestions would be appreciated! Thank you
Infinite Yield Warnings after Publishing Experience The “Infinite yield possible on WaitForChild” warning happens when WaitForChild times out because the object dosent exist yet at the exact moment the client is running the code This dosent always mean something is broken… It often just reflects timing differences between Studio and live servers!
How to find where the infinite yield is - Roblox I have a lot of scripts in my game and a lot of them have replicated storage I deleted a remote event because I don’t need it anymore, but I can’t find where it is defined on script because when the console outputs infinite yield possible, I don’t know which script it is It doesn’t tell me the script name or the line it is on it doesn’t even tell me if it’s on a server script or