US Trends

how to make monochrome in MaS roblox

To make monochrome in Roblox, add a ColorCorrectionEffect to Lighting and set Saturation to -1 so the whole game becomes black and white. You can also tweak Contrast a little if you want it to look sharper.

Quick steps

  1. Open Explorer and Properties.
  2. Go to Lighting.
  3. Insert ColorCorrectionEffect.
  4. Set Saturation = -1.
  5. Optional: adjust Contrast to taste.

If you mean MaS

If MaS is a specific Roblox game, this works only if you have access to its lighting or effects setup; some games lock visual settings on the client side. In general, the monochrome effect in Roblox is still the same saturation change.

Tiny example

A common setup is:

  • Lighting
  • ColorCorrectionEffect
  • Saturation = -1