I need to negate two parts to change their color, is this possible with code? If it is not, can you give me recommendations on what to do with an accessory to change its color.
Negation of parts doesn't do anything for the color. But, here is something you could do:
script.Parent.BrickColor = BrickColor.ColorYouWant()
Or you could do:
script.Parent.Color3 = Color3.new(numbers)
BrickColor and Color3 are confusing, so here are some sources to help you understand: https://developer.roblox.com/en-us/api-reference/datatype/Color3 https://developer.roblox.com/en-us/api-reference/datatype/BrickColor