I know I am doing it right but why is it not turning the part being asked transparency 1?
Yes the head is under the models
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
for i,v in pairs(char.Outfit:GetDescendants()) do
if v:IsA('Model') then
if v.Parent:FindFirstChild("Head") then
v.Parent:FindFirstChild("Head").Transparency = 1
end
end
end
end)
end)```
A few unanswered questions:
-Is this a Local Script or a Server Script?
-Where is this script located?
-Are you receiving any errors in the output?
-Is âHeadâ a Part in one of the models in the folder, or the main Head part for the character?
yeah rude because you think so. you only point the devforum rules when youâre salty and you dont know what to respond. first, you should not reply if you dont know anything about the threadâs issue. second, youâre not a moderator. you are acting smart but your brain is like firefire graphics in a 1990 nokia phone.
so you have been seeing me for a long time? also that is not pretty mature of you to randomly get mad at someone for correcting you. pretty sure your just a 9 year old who just got into the devforum and thinking your smart. go back to the 4th grade. and you set your location to hell because you know your going there. and oh about me is âI give honest opinionsâ that just proves your a hot head.
thatâs why you should stop talking and read the entire replies in your heart. if you dont know what FindFirstChild is for, itâs to find an instance with the specified name in the #1 argument. the parent is the instance you called on, and the second argument is a bool which digs into the descendants if im not wrong. iâm not depressed and i bet youâre the one who is depressed and chose to be pathetic. i dont want to get into your dmâs because i dont want to argue any further.
I dont want to argue any further as well but your pathetic comments are making me reply so either you stop with your pathetic lifeless comments or you say them but in the dms. and wow you do know what it is. so why are you asking me like your some sort of dumb kid? now please shut up.
i did not ask you like âsort of a dumb kidâ. im pointing that you are giving invalid information about FindFirstChild. you are the dumb kid, thatâs all.
iâll say it again. no, i dont want to go to the dmâs and argue there. you said:
and im stating that the instance named âHeadâ is not required to be a âPartâ. FindFirstChild can find anything with the name âHeadâ, even an AnimationController named âHeadâ. stop arguing and learn.