here I have made a simple scene, where ‘Entity’ holds a script which is
where this.box
refers to an entity in the scene, the expected output is console.log(this.clone.enabled);
would return true, but as seen here
It does not return the expected output, and I am kinda stuck here