game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(Cha)
Cha.LeftFoot.Transparency, Cha.LeftLowerLeg.Transparency, Cha.RightFoot.Transparency, Cha.RightLowerLeg.Transparency = 1,1,1,1
end)
end)
If there is something wrong with my code please let me know, I’m very confused by this.
I don’t get any Errors in the Output