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 8 years ago
Edited 8 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:

1do
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 
8end

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 — 8y
0
An identical clone or a loading the items to a dummy? User#5423 17 — 8y
0
script.Parent* Async_io 908 — 8y
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 — 8y

Answer this question