Roblox comment voir ce que quelqu'un a tapé

game.Players.PlayerAdded:Connect(function(Player)
    Player.Chatted:Connect(function(Chat)
        print(Chat) 
    end)
end)
Ill Ibis