Your IP address will be publicly visible if you make any edits.
Component:WorkerInspector
A worker inspector (as opposed to Scene Inspector) is an inspector which only shows a single worker such as a component. When you grab a component reference and click Primary it will usually create one of these inspectors. You can grab sub-objects from some components which will create one of these inspectors when clicking Primary. Some workers are only obtainable via Ref Hacking which is one of the Things to Avoid.
A worker inspector (as opposed to Scene Inspector) is an inspector which only shows a single worker such as a component. When you grab a component reference and click Primary it will usually create one of these inspectors. You can grab sub-objects from some components which will create one of these inspectors when clicking Primary. Some workers are only obtainable via Ref Hacking which is one of the Things to Avoid.