Shirts and Pants not loading

I’m trying to make it load clothes on the player when they join the game, although it sets the shirt and pants to the correct values, it doesn’t load, here’s the part in the script which adds clothes:

local shirt = char.Shirt
local pants = char.Pants
shirt.ShirtTemplate = plr.StatFolder.Shirt.Value
pants.PantsTemplate = plr.StatFolder.Pants.Value

A special starter character is used, however when I add it to workspace and add the clothes, it works perfectly fine.

2 Likes

It actually doesn’t load the clothes at all and only adds the numbers, which is weird because it did it earlier.

I fixed it using Insert service.

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