I am trying to do something like this:
Game.Workspace.Brick1 = Brick1 Game.Workspace.Brick2 = Brick2
if Brick1 and Brick 2 = new.Color("Bright red") then Print("The bricks are red!") end
This does not seem to work? Any Idea I am bad at scripting...