roblox check if chat is focused code example
Example: roblox how to see what someone typed
game.Players.PlayerAdded:Connect(function(Player)
Player.Chatted:Connect(function(Chat)
print(Chat)
end)
end)
game.Players.PlayerAdded:Connect(function(Player)
Player.Chatted:Connect(function(Chat)
print(Chat)
end)
end)