How am I supposed to unhide the "Chat" service in Roblox Studio? (Legacy Chat)

Title says enough of what I want. I’m working with someone who is not as familiar with Roblox Studio as I am.

Any help is appreciated, none is not.

Thanks!

1 Like

If you’re talking about the service found in the explorer, you can insert it by going to:
model tab → advanced → service → ‘Chat’ → insert


If you’re talking about using the original chat service via a script, you can access it like such:

local Chat = game:GetService("Chat")
1 Like

Thank you very much, this works.

1 Like

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