I want the object spawner extension to spawn objects around my player at random but within the confines of my level and far away enough from the player that you can’t see them spawn, how could I set up those limits?
I suppose you can use a timer with a RandomInRange function to trigger the object spawn action.
Then use the player’s current location to set the spawn location far from the player. You can use RandomInRange along with that too.