local players = game:GetService("Players") local chat = game:GetService("Chat") chat.BubbleChatEnabled = false players.PlayerAdded:Connect(function(player) player.Chatted:Connect(function(message) chat:Chat(player.Character, message, Enum.ChatColor.White) end) end)
Most likely yes!! I don't know why you want to remove though??