Instantiation help
Hey guys, I am making a simple game where blocks fall and you have to avoid them, it is working well but I have a problem, sometimes blocks are spawning on top of each other and I only want them to spawn on the X at -4, 0, or 4. Everything is working well except sometimes they are spawning on top of each other and I don't want that, for example, if one is at X -4 I don't want any others to spawn at -4 until that space is clear. Thank you for your time
Comment