What would be the best way of spawning a object

So I’m building a 2d game, I’ve got a Character working, and a map, but now I want to add coins. I tried making another Character blueprint but that didn’t work because it knocked the player off the level. I need the coin to be picked up when the player steps on it and not fall through the floor.

I’m using 4.8.1

Thanks

Check out that tutorial by TeslaDev for pickups.

Thank you DevilsD :slight_smile: just what I need