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?
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?
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.
Thanks you bro!!
If I want the player to take the appearance of the dummy, I must do the same but with the player, right?