Infinite Yield on ChatServiceRunner

Hey, I’ve been having a problem in roblox studio and I can’t seem to find an article about it,


It says it has an Infinite Yield on “ChatServiceRunner”, even tho everything seems to be typed correctly

 local ChatService = require(game.ServerScriptService:WaitForChild("ChatServiceRunner"):WaitForChild("ChatService"))

This is the line of Code it’s being infinite yielded at. Thank you! :smiley:

Are you sure that ChatServiceRunner is parented under ServerScriptService?

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