When I click the part the color changing script won't work, why is that?
Asked by
5 years ago Edited 5 years ago
This is supposed to make it so that when you press a button light12 turns white
02 | local click = script.Parent.ClickDetector |
03 | click.MouseClick:Connect( function () |
04 | script.Parent.BrickColor = BrickColor.new( "Black" ) |
06 | if script.Parent.BrickColor = = "Black" then |
07 | game.workspace.light 12. BrickColor = BrickColor.new( "White" ) |
11 | print (game.workspace.light 12. BrickColor) |
all the printing works but light12 won't change color. Why is that?