How To Destroy A Clone?

Sorry about asking a obious question (I'm a newbie) but I wanted to know how to destroy a clone in JavaScript?

the way i use for the clone destroys is

Destroy(GameObject.Find("CloneName")); hope this helps you

Generally you would destroy a game object using Object.Destroy().

Is that what you're looking for?