Does this error make any sense? (Unable to assign property 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

1 Like

You should provide it with a Enum.HumanoidRigType instead.

image

1 Like

Your right that worked, but the error is a bit weird

1 Like

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

2 Likes

I see, I made a bug report on it :+1:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.