Hello, I’m new to unreal engine and I’ve tried following a tutorial on YouTube on how to make a zombie game shooter from scratch and ive tried to implement my own level but im unsure how to change where the ammo crate blueprint pickup spawns, as when try and change the spawn points of the create, itll cause the other maps spawning to be off. please would anyone be able to help me I’ve searched for ages for an answer… Many thanks :))
Hey there @Bugsy1! Welcome to the community! So if you just want to spawn your ammo crate pickups at random locations at intervals I wrote up a simple script that let’s you set a bounding box that picks a random location within it to spawn a BP. You can use this to spawn your pickups instead of using changing the pickups location in it’s BP.
Looks like this:

However if you wanted to say make predefined positions, you could instead use an array and pick a random predefined location every time you want one to spawn.
Greetings @Bugsy1 !
I also welcome you to the UE community! ![]()
Just so you’re aware, this topic has been moved from the Community - Showcase forum category to the Development - Programming & Scripting forum category. The showcase category is for game devs and artists to show off their work. We have other categories in our forum for questions and discussions involving problems you may be having.
Just remember, when posting, please review the categories to ensure your topic is posted in the most relevant space.
Wishing you the best!
Your Friendly Neighborhood Moderator ![]()
