how to render and object in front of other objects

hello! I’m trying to make a puzzle game and so far I have some podiums that can spawn cubes but the cubes can spawn behind things which is not ideal. example image below

how can I make it so the cubes show up in front of other objects in the scene. I’ve tried some depth render stuff but so far everything I found makes the cubes a solid color which is not ideal.