#character change when touching a part

7 messages · Page 1 of 1 (latest)

weary stirrup
#

how do you make a part that when you touch it, your avatar changes to another avatar. i tried a lot of scripts but none worked (im not asking to make a script)

shell sigil
#

For the touch, use a touch event

#

For the character change, I have no idea, usually if you want to change a player's character you'd named a model(with humanoid)
"StarterCharacter"
then place it into the uh...

naive gust
#

If u want a character to look like someone else just take their userID (of the player it should look like) and use humanoid:ApplyHumanoidDescription() —humanoid is the humanoid of the player which character should be changed

weary stirrup
#

oh ok

#

i will try and tell you if it worked