#How do I paste a LocalPlayer avatar onto a rig in the workspace?

1 messages · Page 1 of 1 (latest)

coral parrot
#

I’m trying to make it so that each player can see their own avatar on a rig, and everyone can see their own on the same rig. How could I do this?
i already tried using humanoid:ApplyDescription but it seems it cant be used on a localscript

fresh shuttle
#

wait nvm instead of applyDescription() try, Players:CreateHumanoidModelFromDescription()

coral parrot
#

alright

#

im going to try that