Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you do an if statement?

Asked by 10 years ago

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...

Answer this question