char.Humanoid.RigType = Enum.RigType.R15
Unable to assign property RigType. EnumItem of type RigType expected, got an EnumItem of type RigType
Its asking for EnumItem of type RigType and I am providing it with a EnumItem of type RigType
char.Humanoid.RigType = Enum.RigType.R15
Unable to assign property RigType. EnumItem of type RigType expected, got an EnumItem of type RigType
Its asking for EnumItem of type RigType and I am providing it with a EnumItem of type RigType
You should provide it with a Enum.HumanoidRigType instead.

Your right that worked, but the error is a bit weird
Yes the error is very weird and is probably a bug of some sort. It should probably be like:
Unable to assign property RigType. EnumItem of type HumanoidRigType expected, got an EnumItem of type RigType
I see, I made a bug report on it ![]()
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.