I actually mentioned the wrong command in the post above. Here is the one I was thinking about (plus others to go with it). Placeatme X Replace X with Object ID (ex. Placeatme AF6AE.) Click a position while in console, will place the object there. (rarely works) Player.placeatme X Same as above except places object directly below you. Look straight ahead for object to spawn straight. TCL Fly to allow you to place objects in air or on wall. Getpos x,y,z Gets the position of an object (ex. getpos z) Setpos x,y,z # Sets the position of an object. (ex. setpos z 250 ) good used with getpos to take floors z axis, then set your objects z axis to be the same. Getangle x,y,z Gets the angle of an object (ex. getangle z) Setangle x,y,z # Sets the angle of an object. (ex. setangle z 245 ) Rotate x,y,z # Rotates the object manually. (ex. rotate z 245) Setscale # Adjusts size of object.