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:
1 | do |
2 | script,Parent.Shirt.TextureId = nil --Player's shirt ID |
3 | script.Parent.Pants.TextureId = nil --Player's pants ID |
4 | script,Parent.HumanoidPart.Decal.TextureId = nil --Player's Tshirt ID |
5 |
6 | --No idea what to do about hats... |
7 |
8 | end |
You get the point.