Char Clothing Problem

Likely some other script/plugin as someone else suggested.

nvm its a studio think ill fix it later

Real quick how can I support accessories

for i, v in pairs(CharacterModel:GetChildren()) do
	if v:IsA("Accessory") then
		--do something with the accessory
	end
end

If you haven’t heard about HumanoidDescription, you might wanna check this out because this is what I use for Applying Clothes to Players. From there, you can change Accessories, T-Shirts, Shirts, Character Scaling, Animations, Body Colors.

I’m making a custom code for it cause I’m making something like a R6 height system. And I don’t think humanoid desc supports R6 Sizing using the Y Size