How to select a RenderingTest

I would like to select this, but how ?

Not select the Instance itself, I want to select and copy atleast that camera viewport.

What’s the path in the explorer? You’ll have to run this in the command bar:

print(game.Workspace.RenderingTest.CFrame)
--  change renderingTest to the name of the test or extend the path to the object

And it will print the path, not the CFrame? I don’t want to select the instance itself, I want to select that white camera.