roblox, как увидеть, что кто -то напечатал
game.Players.PlayerAdded:Connect(function(Player)
Player.Chatted:Connect(function(Chat)
print(Chat)
end)
end)
Ill Ibis