so I’m trying to make if something has this color it will change to another one but it doesnt work does anyone know why?
if v.BrickColor == "Medium stone grey" then
v.BrickColor = BrickColor.new("Dark stone grey")
elseif v.BrickColor == "Dark stone grey" then
v.BrickColor = BrickColor.new("Medium stone grey")
end
if v.BrickColor.new() == "Medium stone grey" then
v.BrickColor = BrickColor.new("Dark stone grey")
elseif v.BrickColor.new() == "Dark stone grey" then
v.BrickColor = BrickColor.new("Medium stone grey")
end