BodyAngularVelocity not working

So i’ve made a boat with a brick with an angular velocity.
Dir is the AngularVelocity property of BodyAngularVelocity
I set it to a high value and raised the max torque and P values.I don’t understand why the snippet doesnt work.

while loopexit1 == false do		
			dir = Vector3.new(0,10000,0)
	    	wait(0.1)
			print("did")
end

All conditions are being fulfilled on the loop since did is being printed each time I hit the A key.

Hope you can help.