Players spawning as Default Grey Characters

Our game and other games has been experiencing issues recently with Character Appearance causing some players to spawn as this after re-spawning a few times, sometimes it happens sometimes it doesn’t.
This also happens in Studio / TeamCreate / Accurate Play Solo

We confirm that our game has StarterPlayer.LoadCharacterAppearance = true
However we have Player.CharacterAutoLoads = false

Code responsible for Re-Spawning Players:
Humanoid.Died:Connect(function()
	wait(5)
	Player:LoadCharacter()
end)
Game Setting / Avatar




There is also a related issue where player avatar would load with some Accessories missing a mesh and appear as a grey block



Please reply if your game also had any recent crashes or similar issues

From our observation is also happens in these games;

Jailbreak
Mad City
Pet Simulator
Murder Mystery 2

24 Likes

Exactly I thought something was going on with my character customization but it seems to just be a bug on roblox’s part.

1 Like

I can confirm this happens also in my games. But its only certain people, and when I checked dev console, I didnt see any error. Same happens in studio, doesnt load, but shows no error.

1 Like

It happened to me too, this afternoon. I initially just assumed that it was due to the complexity of the game that was being loaded. It’s reassuring to know that I am not the only one.

2 Likes

This is due to the API for loading characters is currently messing up. It has been going off and on over the past hour. This is the error from in-game when you try to load someone’s character design:


5 Likes

I’m experiencing same issue too, at first I appeared as a noob for a little bit.

I experienced spawning as a gray character in Pinewood Builders Computer Core a couple of times this morning. It doesn’t happen all the time but it is often enough that if you keep respawning it should eventually happen. I’m not a dev for PB but also the some of the scripts in PB places are broken this morning and they were fine last night.

This is also happening in Giant Simulator. Often times the Humanoid appears to be missing BodyHeightScale and possibly other properties as a result of this issue. First started hearing user reports of this today.
image

Can confirm this happens to me. Although sometimes my character turns into the “Noob” character.

Example:
image

Thanks for flagging this issue. Our engineering team is actively investigating.

6 Likes

Issue should be resolved now. Please let us know if you encounter any issues.

8 Likes

Just as a quick update, this exact bug has just begun to reoccur on my game

1 Like

This has been happening with many games recently including a few of my own resetting works but you shouldn’t need to do that especially if your game has death mechanics. The previous update to fix this hasn’t seemed to work.

1 Like

this is happening again now this needs to be fixed

I almost posted this as a new topic, luckily I found this

The issue has not been resolved. As you can see, I still spawn in gray. image

1 Like

I was not sure whether to create a new topic on this, but I have recently begun encountering this exact same issue in recent weeks. I have a game that allows you to morph into any player’s current avatar. The game changes the Player’s CharacterAppearanceId into the user’s ID that they searched for, and then uses Player:LoadCharacter(). Then, the character sometimes ends up loading as a grey R6 avatar. I have noticed that this specifically tends to happen with very old and inactive accounts, and particularly with accounts that have been terminated (for example, in the video below I tried looking up the users 1dev2 and Minish - their User IDs are 693850 and 136893, respectively):

This is the game I am referring to. The game’s Avatar settings are all set to “Player Choice”. This has not been an issue until (approximately) the end of 2020, and it happens in-game as well as in Studio.

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