Currently in the makerpen’s “Circuits and Debugging” settings we have a slider called “Default Object Boards”. It’s a very handy slider that lets you make object boards either spawn in full, empty, or not at all. This is really helpful when you want to spawn in lots of invisible collisions or texts or pistons that you don’t intend to modify or interact with using circuits. One problem with that is;for certain components like buttons or trigger volumes or interaction volumes or touchpads, they exist solely to be interacted with. They serve almost no purpose if you don’t use the various “On Use”, “On Entered”, “On Pressed”, etc events.
Because of this, i think we should have an extra “Interactables Only” option on the slider that makes it so that only components whose purpose is to be interacted with and send out an execution signal should spawn with circuitboards, and others like Invisible Collision, Text, and those handful of props that strangely can have object boards should not.