How do I make a dummy look like a player?

Hi! How can I make a dummy look the same to a specific player?

For example, if a player touches an empty dummy, this dummy will take on the appearance of the player who touched it, how is this possible to do?

2 Likes

First, you’d want to create a listener to detect when the player touches the dummy.

Secondly, use Humanoid | Roblox Creator Documentation on the player’s Humanoid. It returns the player’s HumanoidDescription.

Thirdly, use Humanoid | Roblox Creator Documentation on the dummy Humanoid with the player’s HumanoidDescription.

2 Likes

Thanks you bro!! :smiley: :smiley:

1 Like

If I want the player to take the appearance of the dummy, I must do the same but with the player, right? :scream:

3 Likes