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

Help with BrickColor and Color3?

Asked by 8 years ago
print(firstColor)
if (player.PlayerStats.Team.Value == BrickColor.new(firstColor)) then

Workspace.MapHolder.Map.Flag3.Capture:48: bad argument #1 to 'new' (Color3 expected, got BrickColor)

The Team Value is a BrickColorValue. Why does it expect a Color3, when I print(firstColor) it prints "Really blue", which is a brickcolor, but it says it's a color3, why?

Answer this question