Roblox Lua sur le joueur a bavardé

game.Players.PlayerAdded:Connect(function(player)
  player.Chatted:Connect(function(msg)
        -- do stuff with msg and player
  end)
end)
Foolish Falcon