Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Strange error that I have never seen. Not a script error?

Asked by
22ron 0
8 years ago

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

1 answer

Log in to vote
0
Answered by
BlackJPI 2658 Snack Break Moderation Voter Community Moderator
8 years ago

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.

0
No my scripts only stop working when I get this error. The scrips themselves re error free :3 22ron 0 — 8y
0
That's because this error occurs everytime the player dies. So you scripts must stop woking when the player dies and respawns. Correlation does not equal causation.  BlackJPI 2658 — 8y
Ad

Answer this question