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

How do I prevent the default classic and bubble while being able to chat?

Asked by 10 years ago

How do I prevent the player from classic and bubble chat while still being able to chat? I am making a custom chat gui but I am figuring out how to prevent the default classic and bubble chat.

1 answer

Log in to vote
0
Answered by
SirNoobly 165
10 years ago

In a local script in StarterGui:

game:GetService("StarterGui"):SetCoreGuiEnabled("Chat", false)

wiki.roblox.com/index.php?title=API:Class/StarterGui/SetCoreGuiEnabled

You would disable bubble chat in the places settings.

0
But then I can't chat, as I said, I'm using a script using the chatted event. Warafare48 10 — 10y
0
That just hides the gui, you can still chat. SirNoobly 165 — 10y
Ad

Answer this question