How do I activate the component of an instantiated object without activating the orignal object
I’m trying to add a bullet crafting system to my game where you can craft bullets with customizable properties. I’ve been testing ways for the gun to find the bullet and instantiate it.
The bullets are inactive after being constructed and only the bullets instantiated from the gun are active