I’m trying to make a spawn manager for enemies. The player is locked at 0,0,0, and I’m trying to make it so enemies can’t spawn within 10 blocks of the origin. To put it more simply I guess, I’m trying to make the spawn range -20 → -10, 10 → 20. for both the x and y plane.
Is there a way to use a Random Range or another formula to do this?