AvatarMood CoreScript throws errors

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

Result

2 Likes

Thanks for the report! We’ll follow up when we have an update for you!