plr:LoadCharacter

Hi.
14:55:06.568 - LoadCharacter is not a valid member of Model
I am getting this error when I am trying to do this

function Global.Clear(plr)
    plr:LoadCharacter()
end

What I am attempting to do is to fully refresh the character so it unglitches players and puts there default uniform on.

Thanks,
jonny

1 Like

Where do you call the function, and is it a localscript?

You probably called this on the character, call it on the player object instead.

Edit:

There’s not much wrong in referring to Players as objects rather than instances.

Actually, the player instance*.

The difference between the two is that an object represents a set of instances while an instance is a certain, specific representation.