How to destroy sphere collision component on weapon attached to the character when i pick up the weapon

Was Zamiel Grimwalkers suggestion correct? If so please mark it.

I’m a bit of a nub but my guess is that the instance you are acting on isn’t the same instance as the actor on your back. In other words, unless you are translating that same actor for which you have destroyed the sphere to be on the players back, then you must be spawning a new actor, and this actor still contains the sphere you never destroyed. Either spawn a new actor that’s the same without the sphere, or move the current actor. Idk which is easiest.