How I can rotate Part with second, example Camera:Interpolate

I want rotate Vector3.new(0,-15,0) in 0.5 second but I dont know How I can make
Camera:Interpolate is making camera to another camera in 0.5 or more or less,

How I can make ?

I found How I can make my wanted

Vector3.new(0,-15,0) * deltaTime/2 -- put in heartbeat