Just tell me what i wrote wrong here i don't need any functions or anything.
target.Character:findFirstChild("Left Leg")BrickColor = BrickColor.new("Really black")
Alright. You need to use a .
to symbolize future items in the explorer.
target.Character:findFirstChild("Left Leg").BrickColor = BrickColor.new("Really black") --see the '.' after left leg?
please accept if this helped!