How To Make Talking Animation Whenever Player Chats

How To Make Talking Animation Whenever Player Chats? Anyone Can Help Me?

game.Players.PlayerAdded:Connect(function(player)
  player.Chatted:Connect(function(msg)
       --//Using a mouth chart(google it) you can make a table of mouth_image to letters 
       --//then loop thru letters in each changing mouth image accorindgly
  end)
end)

https://developer.roblox.com/en-us/api-reference/event/Player/Chatted