#How do I make one person a certain avatar?

1 messages · Page 1 of 1 (latest)

dry raven
#

Im very new to scripting. How do I script it so that one specific player in the game is a certain rig?

tiny gorge
#

if you change the rig’s name to “StarterCharacter” then put it in the starterplayer service it will do it just make sure the name is exactly like that and the rig is unanchored

hexed sun
#

This would make it change everyone's player. For a single player:

If you want it to be an actual custom rig, store that rig somewhere like replicated storage, clone it when you want to change their character, then set the player.Character to the new rig. After that, move the new rig to the players position and delete the old one.

If you just want it to change into another player, you can do Humanoid:ApplyDescription(otherPlayerId)