roblox turn on chat bubble code example
Example: How to Make Bubble Chat in Roblox studio
local ChatService = game:GetService("Chat")
ChatService:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, function()
return {BubbleChatEnabled = true}
end)
--Made By Rigby#9052 on Discord