I tried it with SetPosition(), but when I try that the Papyrus logs simply say ''cannot be moved'', and from what I managed to find on google it seems like setPosition() simply doesn't work on Static objects, but it does on MovableStatic objects. The problem is, it's not really feasible to manually replace all the static objects which I need to deal with by MovableStatic objects, and it's not possible to disable them and place a MovableStatic version copy through script either because like I said at the start, Disable() doesn't work in some cases either.
Does anyone know any other functions which DO work on Static objects, or is it simply impossible to relocate them in any way at all?