Your issue is the fact you’re using Color3.new as Color3.fromRGB. To avoid this, just divide it by 255.
Color3.new(232/255, 232/255, 232/255)
Your issue is the fact you’re using Color3.new as Color3.fromRGB. To avoid this, just divide it by 255.
Color3.new(232/255, 232/255, 232/255)