(SOLVED)How to Create Consistent Object Shadow?

Hey all,
How can I make it so that an object has a consistent shadows behind it? The issue I have is that the objects are spawning, so I have to continuously make the objects’ shadows. I’ve tried doing a condition similar to this:
when “powerup” spawns → do powerup.X()-50;powerup.Y()-50

But the object doesn’t show up. I believe this is because I have to create the shadow, which leads me to the original problem. What set of event/conditions should I use to achieve this?

I don’t understand your problem, and more specifically “the object doesn’t show up”.
When you create the objects, create the shadow objects at the same time, and keep their position relative to the objects.

Nevermind, i solved it