An unexpected error is being thrown from a Roblox internal script when a character’s parent changes.
Simple repro: Parent your character to nil and back. Do this from the server.
Repro
-- paste into command bar; run from server context
local c = game.Players:GetPlayers()[1].Character
c.Parent = nil
c.Parent = workspace