Change All of my Lights at once

So I am changing my game from shadowmap to future lighting, this makes things way darker but much better. I want to increase my lights range farther all at once, is there a plugin for this?
image
Im not doing this manually ^^

Thanks

From what I l wo you are able to do control+f and search light, from there you press select all and change the range

I would neither

All of the lights?

for _, light in workspace:GetDescendants() do
if light.ClassName:find("Light") then
light.Range += 16
end
end

just use the command bar lol