How to make an item spawner

I want to make an invisible spawner where if the player walks into a certain area and steps onto a collision box then balls(or any thing) will start to spawn and drop on the players head.

  • create a new Actor
  • add Box Collision
  • on Box Overlap → Set a looping Timer by Event
  • have the timer’s Custom Event spawn a bunch of physically simulated spheres above the player

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.