So for the past few minutes i have been working on a plugin that loads accessories into studio and i ran into this bug:
local newRig = script.Parent[RigType]:Clone()
local newRigHumanoid = newRig.Humanoid
newRig.Parent = workspace
newRigHumanoid:ApplyDescription(RigData)