How can I require chatservice?

How can I require chatservice with this line? I am getting an infinite yield.

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

Is this code on the client or server/?

Server --------- 30 limit cap ----------=-------

as far as I’m aware in newer experiences it no longer exists in SSS. It might depend on what you’re wanting to do but must functionality can be achieved with Text Chat Service ( TextChatService | Documentation - Roblox Creator Hub)

ChatService does exist in ServerScriptService, but only when the ChatVersion is LegacyChatService.

1 Like

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