📅  最后修改于: 2022-03-11 14:54:55.094000             🧑  作者: Mango
game.Players.PlayerAdded:Connect(function(player)
player.Chatted:Connect(function(msg)
-- do stuff with msg and player
end)
end)