Is there anyway to remove BOTH Bubble chat and Classic chat? Because I know you can do one or the other but I'm not sure about both.
Well, to remove both, you would first set your game settings (Advanced Settings>Chat Type: Classic), then put the following to disabled the Chatbar;
repeat wait(0)until game.Players.LocalPlayer game:GetService("StartGui"):SetCoreGuiEnabled("Chat", false)
Hope this helped! And its been a while Blow. ;)