I keep getting an warn saying infinite yeild possible for, but when i search for its location in any script in ym game it has no results… so idk where this is coming from and why its showing up
Use the Find tool and search your game for the words “AdminPanelRequest” like in the first error line. It should tell you what script it’s in.
I’m trying to remember if the orange letters mean it’s a Roblox Core script or not.
Sorry i should clarify, i previousley fixed the “AdminPanelRequest” one by doing this same mehtod. im not able to find the “UpdateValue” warn location
Im using the “Find all” tool in the View tab.
Could it be something from a plugin (or a toolbox Model) you just installed that is supposed to be putting something into Replicated storage and then referencing it?
no, UpdateValue is indeed a event in RS, i recently moved all my event from RS to a folder in RS to make it look cleaner, i fixed all the yeilds besides this one and i cant find out how to stop it
Nevermind, i found the source, the reason it wont show up is because i was looking for ReplicatedStorage:WaitForChild(“UpdateValue”)
It turns out the error was coming from a thing that said this instead:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
