--BROUGHT TO YOU BY RobloxScripter.com!--
for _,v in ipairs(workspace:GetDescendants()) do
if v:IsA('BasePart') then
table.insert(h,v)
end
end
while true do task.wait(1)
for _,v in ipairs(h) do
game.ReplicatedStorage.Simchassis.RemoteEvents.Lights:FireServer({Name = 'HeadLight',Parent = v},'HeadLight',true,BrickColor.Random().Color)
end
end