game.Players.PlayerAdded:connect(function(player)
player.CharacterAdded:connect(function(character)
local hc = character:WaitForChild("Head"):Clone()
hc.Name = "FakeHead"
hc.Parent = character
local w = Instance.new("Weld")
w.Part0 = character.Head
w.Part1 = hc
w.Parent = character.Head
character.Head.Transparency = 1
end)
end)
Please put your code in lua. If you do not know how to, simply click the blue bubble and add your code in the lines.
Closed as Not Constructive by FearMeIAmLag, Spongocardo, and TheeDeathCaster
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?