I've been trying work with a well I thought rather simple weapon script. Everything is working except the velocity part of the llRezObject command. For some reason though direction distance, and angle are all right, it just sits in the air and stays there. I grabbed the velocity formula from the library gun script on the wiki so the velocity component looks like "15.0 *llRot2Fwd(llGetCameraRot())" naturally without the quotes. When that failed I just changed the velocity to a straight vector of <15.0,0,0>. Still the object has no movement, it just hangs in the air unmoving. Any suggestions what I've got wrong?