Admin-only builds made with the sole purpose of keeping other people out.
Admins who complain when non-admins glitch into the admin only builds, rather than finding a solution.
Easy solutions:
On each of the baseplates supporting the build...
OnActivate > Self > SetZone > Up 150
OnPlayerEnterZone > Self > VCE_ifValue <var:cl:isAdmin> == 1
OnVehicleEnterZone > Driver(Client) > VCE_ifValue <var:cl:isAdmin> == 1
OnVariableFalse > Vehicle > Destroy
OnVariableFalse > Player > Kill
OR, satisfy their curiosity.
Make two bricks named "cam"
Make a button somewhere.
Onactivate > cam > setPlayerCamera Free
Boom. They can fly around as much as they want, but they can't screw anything up.
-edit-
added OnVariableFalse > Vehicle > Destroy