Hello! We are working on a game made in buildbox 3 and we have a question with the internal operation of the software. We have some objects in our 3d space and we need to modify them one by one (eliminate). The problem is that with our script, all objects of the same type are deleted, and not one by one (in order of appearance). Is there any way to create a stack and link it with the objects?