Why are characters in my game spawning with no appearance?

For a while now, characters in my game have been spawning with no appearance or only partially their appearance sometimes.

Examples:
image
image

This is what my character should look like:
image

What could be causes for this issue? I don’t think its a Roblox bug since it seems to only happen in my game… Sometimes the issue happens often and sometimes it only happens once in a while so its pretty inconsistent.

I’ve looked through my game’s code and I don’t see anything that could be causing characters to spawn without their appearance.

Link to game with the issue: Combat Warriors - Roblox

Update: I have found out that the player’s accessories, pants, and shirts, are getting parented to nil (not destroyed) after the CharacterAdded event fires.

3 Likes

Turns out this issue was happening because of Nikilis’ AssetBanList script…
image

This issue seems to only happen on R6 with his script