Character is gray for a brief moment when it spawns

  1. What do you want to achieve?
    I want the character to spawn normally, just like any other game, without the character being gray for half a second when it loads in every time, this includes resetting.

  2. What is the issue?
    The issue is every time the character loads or resets this happens:

  3. What solutions have you tried so far?
    I have tried to disable all my scripts to see if that’s what was causing it, but it still happens.

Thanks for any help.

1 Like

I’m not a scripter or anything but I think it’s just a simple bug, it happens to me sometimes when i’m in Roblox Studio and loading in. I may be completely wrong tho.

It does happen in-game as well

It’s because it takes time for your character to be created. It’s a Roblox thing.

1 Like

It’s just your character’s appearance loading, it’s not a bug or anything.

1 Like

If this is a problem for you, you can connect to the Player.CharacterAppearanceLoaded event rather than Player.CharacterAdded

no, it’s not a bug its always been there, it just takes a few milliseconds for the character to load in

They gray is a roblox thing I think, the character load and appearance load are different events I think