I have been trying to attach objects to the player's weapon. Most memory points are not working at all and those that do are not very useful. thing attachTo [currentWeapon player,[0,0,0],"opticView"]; This will drop the object at the player location but it wont attach to anything. thing attachTo [player,[0,0,0],"camera"]; This works but I would like to have a point that is fixed to the weapon.