roblox como ver o que alguém digitou
game.Players.PlayerAdded:Connect(function(Player)
Player.Chatted:Connect(function(Chat)
print(Chat)
end)
end)
Ill Ibis
game.Players.PlayerAdded:Connect(function(Player)
Player.Chatted:Connect(function(Chat)
print(Chat)
end)
end)