Keyboard stops working

So does anyone know what would cause a keyboard to work for a few moments and just stop working after that? Only on fivem and everyone is effected

Thats new for me? Does a resource block all controls?

Search this native in your server source code:

I had only added one mod and I removed it about 1 hour previous to this issue. Also sorry for late response between work and internet being down.

No problem for the late response.
Give it a try to open your whole resource folder in Visual Studio Code for example and search for this native.
Another try is to open the client resmon and wait for the issue, can you see a script that take more usage as normal? This disable control action is in a loop every frame, that takes performance (like 0.01 - 0.02ms more).

Honestly I am not familiar with Visual Studio Code nor client resmon

No Problem you dont need to use Visual Studio Code, use your familiar editor to search (with filecontent)