How to add dark effect to specified objects?

Hello, i making a horror game and i need dark effect in my game. I looked up some videos/forms for this, but all of them just showing making game’s lightning dark but i dont want to make my game dark. I just want to add dark effects to specified objects. Like dark interiors, but not dark outside. I looked to effects section in studio. Some people saying you can use smoke for that, but it doesn’t look like darkness, it looks like it’s smoky. How can i do this? :confused:

1 Like

Or roblox doesnt have a darkness effect?

Like you want dark light somewhere or you want changed effect from effects?

Ok you can use point light i think.

i just want to make dark effect, like adding light and and it lights a place, and dark effect creates a darkness effect. But i dont know how to add it.

You want invisible shadows or something like that?

By the “effect”, you mean particles? if so, then you could use default particle emitter instance and using it’s property’s named Size and Squash as they have their editors which allows you to edit their appearance. You also can change the color and texture of particles.

There is bug to make invisible shadows you need to create part change material to ForceField and then you need to change transparency to -99999999999999999999999999999999999999999999999 (change it until it will be -inf)

What is a dark effect? Can you show an example of another game having it?

It’s not really recommended to use bugs as they’re can cause issues on the client depends on user system.

That’s just a transparent black SmoothPlastic part?

no, look outside, outside is darkness, and i want to make a dark effect like this

It could just be fog, or multiple black transparent parts stacked on top of each other to fade the visiblity the further out.

idk but when i use fog from lightning, full game is being dark and i dont want that. i just want to make interior/specified objects darker.

So make multiple black transparent parts stacked on top of each other to fade the visiblity the further out.

1 Like

thanks it worked, but roblox doesnt have a dark effect?

Using lighting service allows you to set up ambience in game’s environment.
More about this service properties may be found here : Lighting Service Documentation.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.