Randomly while I'm testing my game some parts of my scripts stop working. Like keyboard and mouse input functions. So I reset my player but I get this error and all my players scripts stop working. Any ideas?
11:57:15.781 - httpGet http://ecsv2.roblox.com/pe?t=client&ctx=killed&evt=inGameDied&pid=392078814&creatorid=28715944&pos=%2877%2C22%2C1%29 failed. Trying again. Error: HTTP 202 (HTTP/1.1 202 Accepted). Elapsed time: 0.441279
That warning is due to something Roblox is doing internally when the player dies. This will even be thrown in new place with nothing in it.
It wont affect any scripts at all however, so your scripts stop working because of the way you designed them.