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!
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!
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")
Thank you very much, this works.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.