How can I resize the projectile mesh?

I have an issue with the projectiles that enemies are spawning. In the projectile viewport, I resized the mesh to be small. When it is shot out however, it is far bigger than I want it to be. Is there a way I can solve this issue?

Check the transform where you spawn the actor. See what it says for scale

Ah, I didn’t think about that. Thanks!