Basically, I have an item that flies to a direction, and I want to make it so if it collides with any of the items in a list, then the item it hits will be deleted. I have tried many things but it didn’t work. Does anyone have a solution to it?
Basically, I have an item that flies to a direction, and I want to make it so if it collides with any of the items in a list, then the item it hits will be deleted. I have tried many things but it didn’t work. Does anyone have a solution to it?
Hi @Wenderus
You can check out and remix this CoSpace to view the code for how that’s done