Hi community,
Basically what I’m trying to do is something along the line of choosing a number (1–10) and spawn the object link to that number, then take that number out of the pool and keep going until there no number in the pool.
Exp: choose (1,2,3,4,5,6,7,8,9,10) pick 6
choose (1,2,3,4,5,7,8,9,10) delete 6
Something like that but without doing it one by one.