Apply Lighting to a specific area

I have a cave area in my game and I’d like it to be so that the cave is dark, and my character gives off some light themselves. How would I go about doing that?

You can try using the light object.

Thanks for the reply! Is there a way to control the lighting layer? I don’t want it active all the time, but only when I enter a certain area.

You can create a invisible block at the entrance of the cave and when the player is in collision with it you create light at a position or show light.

I think you can just hide the layer, the layer is just a transparent black background.