Lights appear in explorer but don't work

Hello, I’m a new game developer, and while creating a game on Roblox studio I recently been struggling with the lights such as, spotlights, point lights, and surface lights and idk if it’s a bug or something else. So my problem is the all the lights are not working, as every time I add a new one it shows up in the explorer but does not show up in game nor does it work or to be more specific,
I can’t interact with it in the studio.

I have already tried re-installing Roblox studio, closing and re-opening the app, and tried changing a few of the settings and resetting the settings but so far nothing has worked, and I also saw someone else have this same problem, but no solution so far, so if you have any solutions to fix this, please I would like to know.

The only solution that has kind of worked was putting the newly added lights under the parent terrain, but I’m not able to move or change it position in any way.

Here is someone I found that probably has the same problem. -

Here is a video showing my problem.

1 Like

You should put every type of light inside a part or meshpart so that they have some sort of position to grab onto. You can make the Transparency = 1 on the part, and set CanCollide = Off to make it invisible, to let you walk through it.

3 Likes

Thank you so much for this solution, it worked and I’m able to now move the lights position by moving the part itself.

1 Like

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