Hi, I am trying to make a script where a player talks but doesn't show up on the default chat
game.Chat.ClientChatModules:Destroy() game.Chat.ChatServiceRunner:Destroy() game.Chat.ChatModules:Destroy() game.Chat.BubbleChat:Destroy() game.Chat.ChatScript:Destroy() game.Players.LocalPlayer.PlayerScripts.ChatScript.ChatMain:Destroy() game.Players.LocalPlayer.PlayerScripts.BubbleChat:Destroy() game.ReplicatedStorage.DefaultChatSystemChatEvents:Destroy()
thats my closest ^^
thats the one that fully gets rid of the gui
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,false)
You don't need a script, your over-complicating things.
You can actually change this via "Permissions" under "Configure Place" on the ROBLOX website!
Develop > Places > [your place] > Gear Icon > Configure Place > Permissions> Other Permissions > Chat Type > Bubble
If you want to create a custom chat list, use Player.Chatted:connect(function(chatmessage)