Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What does infinite yield possible on Status mean?

Asked by 5 years ago

Infinite yield possible on 'ReplicatedStorage:WaitForChild("Status")' and how do I fix this

0
It means that when you're waiting for that child, it's possible that you could end up yielding (waiting) forever. You should check your code to make sure that whatever you're WaitForChild()ing actually will be there. TerminusEstKuldin 40 — 5y
0
Add a second arg to the wtc but put a number for how long you expect to get status Sapppower 17 — 5y

Answer this question