Color3.new expects each parameter to be a number between 0 and 1, you have 2 Color3’s with values above that, causing an error
If you want it to be easier to read, I recommend converting all of them to Color3.fromRGB. If you want your fix, change the last 2 Color3.new to Color3.fromRGB