Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Chat Type Bar Only?

Asked by 10 years ago

I am making a chat script, and I want to make it only the chat bar. I tried using coregui but it takes off everything any way to fix this?

0
Well i've seen it before, so I know it's possible, but I don't know how to do it. Perci1 4988 — 10y
0
That is why I am asking.. User#5978 25 — 10y
0
I just looked into it, it appears you need to create a fake character for this to work.(It's the only way) Thetacah 712 — 10y
0
I don't quite understand what this is asking? Are you looking for a way to hide all of the other core guis except for chat bar or to hide the chat bar and have a custom one? VariadicFunction 335 — 10y

1 answer

Log in to vote
0
Answered by
Merely 2122 Moderation Voter Community Moderator
10 years ago

If you're trying to disable the chat bar from a LocalScript:

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

More details on SetCoreGuiEnabled: http://wiki.roblox.com/index.php?title=SetCoreGuiEnabled

0
... No I mean I only want the chat bar, Im making a custom chat with custom bubble and I want to disabled bubble and chat but keep chat bat User#5978 25 — 10y
Ad

Answer this question