I’d want a way to make a flashlight that instead of lighting up a dark room, it “darkens” a white room, but when I tried to make the Color3 value of the spotlight black, nothing happened, does anyone know what I could do to achieve this?
Try changing the color value of the light source to a negative number.
You forgot to mention that it needs to be in “Future” Lighting technology.
Set the light’s brightness to 0/0 in a script or the command line
There isn’t a way to this, you’re out of luck.
Any value below zero would just show no beam of light at all.
The only way I see you can do this is to make something like a part that mimics a beam and have a highlight instance with black fill color.
to make a black light in roblox you can’t just set the spotlight’s color to black like kat sayed. instead create a part that covers the area you want to darken set its color to black and adjust its transparency property around 0.5 to 0.8 for half transparant effect. then position a spotlight with very low or zero brightness to prevent it from lighting up the area which you want the opposite. this part will make it seem like there is a darkening effect when moved around like a flashlight. you can also use surface guis to create a dark overlay effect on the screen for a similar effect which i dont recommend becouse its the same work for less result. let me know if this is what you needed