Please or Register to create posts and topics.

SetVelocity() on non-player

Hey guys,, does anyone know if there is a way to use the SetVelocity() function on an object that isn't the player? I'm trying to use it on a turret, but it's not working. I printl() GetVelocity() and it shows the velocity I set, but turret itself doesn't move. I think it's physics is overriding anything I set. Is there a way to make the velocity I set a higher priority?