I would like to kow if there is a way to like set a component. Like… A script that if I walk over it, it clones, gets a component and the clone goes into that component space. and also is there any way to unset it> so it turns emty?
To “clone” a component, simply create a new instance of it using AddComponent.
To remove a component, use Destroy.