LukeCH 1 Posted February 6, 2020 Hi y'all, So id like to place rifles with attachments (scopes, bipods, grips and lasers) in the eden editor, i couldnt figure out how to do it. The rifles will be part of a composition of a base and are being rotated. Scopes can not that easily be rotated especially because the rotation of a object is reset if moved. Because of this id like to attach the scope to the rifle. Share this post Link to post Share on other sites
Dedmen 2703 Posted February 7, 2020 Easiest way I know is via script, spawn weaponHolder and add via addWeaponWithAttachmentsCargo. But then you'd need to position the weapon holder with script too I think. Or you spawn weapon holder with some dummy item, then use script to add your weapon, and remove the dummy item. Then you can position it in 3DEN. Share this post Link to post Share on other sites