Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Dummy appearing like a player?

Asked by 7 years ago
Edited 7 years ago

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.

0
I'd prefer some good scripters to do this one. Then again, there's a lot of them, so... DarkAndLight64 0 — 7y
0
An identical clone or a loading the items to a dummy? User#5423 17 — 7y
0
script.Parent* Async_io 908 — 7y
0
loading items on a dummy but items that the player is wearing, like if i wanted to do player 156 and have ti one day and the next server join, the dummy becomes player 1337 without me having to constantly update it. DarkAndLight64 0 — 7y

Answer this question