CanLoadCharacterAppearance not working

Setting a player’s .CanLoadCharacterAppearance usually prevents it from spawning with shirts, pants, their face, and hats. Now it doesn’t, and it doesn’t look well with the game I’m making :anguished:
RobloxScreenShot07282016_103306123.png

No game changes, and was working last night.

Repro:

  1. Set game’s CharacterAutoLoads to false.
  2. Add a playerAdded function that sets .CanLoadCharacterAppearance to false on entering the game.
  3. Spawn it.

Not sure if this is only happening in online servers…

Looks like this is a result of my changes from last night. We’re implementing a fix for this, but in the mean time:

If you’re using Player.CanLoadCharacterAppearance in a global way (No player character appearance should load at all), then please use StarterPlayer.LoadCharacterAppearance.

1 Like

Never noticed that option under Starterplayer. That works!

1 Like

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