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.