I'm trying to make a game lab thing where collectables are in a group. The group makes it easier to track what I'm trying to do. I want to make it so that if the player touched one of the groups items, it removes the touched item. Each item has its own number id to identify it as well.
Example: items are named collectible1 through collectible7 and if the player touches collectible5, it removes collectible5 only.