I want the dummy to appear like the current player's character. Apparently,CharacterAppearance
is a property of the player and cannot be used on a dummy. Basically, I want a dummy like the ones at auto duels... Any ideas? Here's the layouts:
do script,Parent.Shirt.TextureId = nil --Player's shirt ID script.Parent.Pants.TextureId = nil --Player's pants ID script,Parent.HumanoidPart.Decal.TextureId = nil --Player's Tshirt ID --No idea what to do about hats... end
You get the point.