I am attemping to load the player’s character, but I keep getting the error Unable to cast token to token
.
Code:
local desc = PLRS:GetHumanoidDescriptionFromUserId(PLR.UserId)
local model = PLRS:CreateHumanoidModelFromDescription(desc, Enum.RigType.R15)
model.Parent = workspace
I don’t understand why I am getting this error and I can’t find any solutions online.