Currently if you print an instance in studio, you have the ability to click it and it will select the instance in the explorer for you. However if you print an instance in a for loop with instances and click a specific instance in the output, it will always select all instances instead of the instance you clicked on in the output.
for _,instance in ipairs(workspace:GetChildren()) do
print(instance)
end
-- This code will select all instances inside of workspace once you click on one of the instances in the output