script.Parent.Touched:connect(function(hit) if hit.Name == ("Left Leg") then script.Parent.BrickColor = BrickColor.new("Bright red") end
end)
it won't print Left Leg when I touch the part,whats the problem?
There's no print function.