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

What's this error?

Asked by
lucas4114 607 Moderation Voter
8 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

It doesn't really do anything... But I see it in the output when a player leaves. https://gyazo.com/95c2b57f6ddd37b6aa22ad40547ecab9

0
Can we see code? It may be useful for some of us. TheDeadlyPanther 2460 — 8y
0
Could be a new update. New updates recently. JamesLWalker 297 — 8y

1 answer

Log in to vote
3
Answered by 8 years ago

This is a very common error usually caused by a core Roblox script (when player leaves, script malfunctions and error appears).

assetgame.roblox.com/game/gameserver.ashx

This is the link to which you're receiving the error from.

The good news is this script should never effect any of your client-side scripts because this is occurring in Roblox's script. It also won't effect much because since the player leaves the game, the script cannot follow up with any more errors.

Ad

Answer this question