I am attempting to make it so that weapons can only be taken if you press +use whilst looking at them. My best attempt at this was to make an entity which mimics the weapon, with it model and positioning but when you interact wiht it, turns into the real thing and is picked up. Although I think this would be much better:
I attempted to use the above but failed. Any guidance? It would mean I don’t have to re-turn the weapon into an entity when dropped and also would be just cleaner.
Any help appreciated, thanks.