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
- Open Explorer and Properties.
- Go to Lighting.
- Insert ColorCorrectionEffect.
- Set Saturation = -1.
- 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:
LightingColorCorrectionEffectSaturation = -1