Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: TheSkyGamezz on August 12, 2020, 05:14:05 PM

Title: How do I destroy clone objects
Post by: TheSkyGamezz on August 12, 2020, 05:14:05 PM
Hello. I need to figure out how to destroy clone objects. I added the clone object as a variable but that only destroys the first object, if i spawn more than one. Can anyone help me.

Title: Re: How do I destroy clone objects
Post by: djaydino on August 14, 2020, 11:01:33 AM
Hi.
you can place them in an array.

And loop thru the array if you need to do something with them.