How do I enable the roblox bubble chat? I have tried the normal way by setting bubble chat to enabled in ChatSettings but that obviously doesn’t work as I have disabled this. Is there any way I can do this or do I have to create a custom bubble chat system?
Once Roblox’s chat is disabled you can’t just enable the Roblox’s bubble chat system. Instead you would need to have inputs and outputs flowing from your chat to the bubble chat as well as having to copy the scripts for bubble chat.
The bubble chat is part of Enum.CoreGuiType.Chat, so once you disable this you will have disabled the entire bubble chat.