Change player's avatar

Is there a way to add parts to player’s character without changing the whole avatar??
example:


2d1d21

U can achieve that by accessories

1 Like

Do you want it to be as the starter character?

No, i need to add glove to player’s avatar without changing the whole avatar

How do i set position for glove?

easy use Cframe

Thank you, i will read about it and try

just an example is
create a weld a normal weld and weld the accessory with the part
then

local weld = -- ur weld
weld.C0 = CFrame.new(0,1,0) -- makes it go 1 stud high

remember make sure part0 is the accessory