Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Trying to make dummy in my startercharacter look like your avatar?

Asked by 3 years ago

I am trying to make the dummy inside of my starter character look like the player who joined. Like if i were to join instead of a dummy inside the ball it would be my avatar. this is the code i tried in a local an d server script. neither worked.


local Players = game:GetService("Players") local char = game.Workspace.Player local Player = game.Players:GetPlayerFromCharacter(char) local Humanoid = char:WaitForChild("Humanoid") local humanddesc = char.Humanoid:FindFirstChild("HumanoidDescription") local humandescclone = humanddesc:clone() humandescclone.Parent = game.StarterPlayer.char.Model game.StarterPlayer.char.Name = "StarterCharacter" wait(1) Humanoid.Health = 0

Answer this question