SetPos is just going to reposition an item to a new place. It appears that you're really trying to animate an object, which is a different operation entirely - scripting would not be a good way to try to do it.
No, I understand it won't be animated, I just want it to go from where it is, to propped up against the wall. I figured I'd do a message box asking if you wish to move it, then (to lack of immersion) it would appear leaning against the wall. Plus I'm sure with all the sliding metal sounds in the game I can come up with at least a sound effect to compliment it, I just need to know how to get it to move.
Your edit doesn't help either, I'm not requesting an animation. The word animate, in any form was not present in this post until you replied. I am trying to move it & rotate it ("x, y, z coordinates + rotation") through a script, not the Grab key or an animation. I understand the object is static, hence why I want to accomplish this task this way