All BrickColors being rendered as WHITE?

I tested with player on one of my places that currently is just a showcase with minimal scripts.

All the colours render as white. I check the brickcolors, lighting, fog and everything I could think of but nothing was out of the ordinary.

All the colours and everything is normal when editing.

You should mention your specs, quality level settings (or more rendering settings if you changed any in Settings in Studio), and you could include the repro file showcasing the issue via a PM with a staff member.

No settings were changed, quality level is shown in the picture because of predicted shadows on graphics 10.

Which admins should I send the file to?

Probably @Silent137, since he seems to be on Studio Bugs the most.

If I disable your script called “Ambience”, the issue is resolved. That script is manipulating the Lighting service at run time, which is why it looks weird only when the place is being run. Please try disabling your scripts in the future before reporting a bug!

Thanks, turns out I forgot to divide my Color3 values by 255. Sorry for the fuss.