Some assets were removed as layered clothing is not enabled in this experiance

Hello Devforum! I am coding a global leaderboard that loads the first place’s avatar into a statue, but uh something has gone wrong.

This message keeps appearing, so I searched this up on the web. I found an article on the Devforum explaining that every experience should have this enabled and to disable it, you could find the property in Starterplayer. I could not find this property, so I come for help. If I do not fix this now, my friend will have to keep living like this.

image

I don’t know about layered clothings, but I found this in the dev hub:
https://developer.roblox.com/en-us/api-reference/property/StarterPlayer/LoadCharacterLayeredClothing-

https://developer.roblox.com/en-us/api-reference/enum/LoadCharacterLayeredClothing

So maybe like this?

game:GetService("StarterPlayer").LoadCharacterLayeredClothing = Enum.LoadCharacterLayeredClothing[2] ------------------- 1 for disabled and 2 for enabled

Are you loading the character as R6? If so, that’s why. Layered clothing only works for R15/Rthro.

1 Like

Go into your game > file > beta features > enable 3d layered clothing > save.

Layered clothing also only works for r15 rigs.