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

How To Check If Colors Match?

Asked by
GentiRob -81
5 years ago

So Let's Say I Created 2 Parts Part1 Part2

How can an event happen when these 2 colors have same color?

0
if part1.Color == part2.Color then EpicMetatableMoment 1444 — 5y
0
lol;) Ziffixture 6913 — 5y
0
I recommend that you look up lua's syntax before asking how to compare two of the same types. SteamG00B 1633 — 5y
0
i thought it was BrickColor.new("The color") == BrickColor.new("The color")? DinozCreates 1070 — 5y
0
if part1.BrickColor == part2.BrickColor then | this is the right terms of what he wants. TheOnlySmarts 233 — 5y

Answer this question