How do I make multiple sprites spawn in a area?

Hey @SweptUnderTheRug

For your “Meteor_Spawner” object, you can use an object spawner behavior, and in the Events section, make it so that the meteors can spawn in randomly at different positions as long as they are in the “Meteor_Spawner” object.

If you right click any event you have there ADD choose it and from bottom choose REPEAT

Now this but for Y go with

RandomInRange(CameraBorderTop() -40 ,CameraBorderTop() -10)

Where again 10 and 40 needs to be adjusted

Im doing this but it isnt working, nothing is spawning.

Show me what you did