Invalid argument #3 (BrickColor expected, got Color3)

Why is this happening?

What does this mean?

newTemplate2.VP.BackgroundColor = Color3.new(224, 255, 0)
5 Likes

You gave it a Color3 rather than a BrickColor, use BackgroundColor3, as BackgroundColor is now deprecated

11 Likes

Thanks for helping

2 Likes