Hello everyone,
I am trying to make a top view shooter game but I have a problem. My player shoots toward an enemy and when bullet hits the enemy, enemy is destroyed and it appears at random position in the room. My problem is that sometimes the enemy appears on the player while player is moving and players health decrease. I want enemy to appears somewhere in the room where is away from my player. How can I do that without coding?
I tried to make it happen with RandomInRange codes but it doesn’t inclued all the blue area.