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.TerminusEstKuldin40— 5y
0
Add a second arg to the wtc but put a number for how long you expect to get statusSapppower17— 5y