Infinite Yield Help

Hello,
I took the model of a scripter named Asadrith on youtube, and I get a problem with his model…

I have a Scipt module where it says:

DialogueButton = workspace.DialoguePrompts:WaitForChild(“Dialogue1”).

However, when I run it, I get an error that says "infinite yield possible on workspace.DialoguePrompts:WaitForChild(“Dialogue1”).
Don’t worry, the problem isn’t that I misspelled the name of the part. What’s strange is that the script doesn’t display this error when the part is next to the spawn. But as soon as I separate it at a great distance from the spawn, I get this error. I’m really struggling to understand, if anyone can help me.
Here’s a video example I made:

4 Likes

In workspace there is a property called streaming enabled. This will basically remove all instances which are a certain distance away from the player. If you disable it then your problem should be fixed

5 Likes

Thank you very much!!! I’ve been having this problem for a few days and you solved it in 2 minutes! Thank so much.

1 Like

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