// Start is called before the first frame update
 void Start()
 {
     rend          = GetComponent <Renderer>();
     StartColor    = rend.material.color;
     builderscript = Builderscript.inception;
 }
 void Awake()
 {
     inception = this;
 }