like changing their face to a scared face. Do i need to change the face that they now have to a different face with a decal?
Or can i copy a players looks with an npc?
Done.
local face = game.Players.LocalPlayer.Character.Head.face face.Texture = "<insertidhere>"
Also, if you want to change the player's clothing;
local character = game.Players.LocalPlayer.Character shirt = Instance.new("Shirt", character) shirt.ShirtTemplate = "<insertshirtid>" pants = Instance.new("Pants", character) pants.PantsTemplate = "<insertpantsid>"
Closed as Not Constructive by M39a9am3R
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?