for i = 0, 1, 0.15 do LAW.C0 = CFrame.Angles(math.rad(150*i),0,0) wait() end
It's a basic animation, and I wish to reverse the loop also reversing the animation.
You could make it count backwards, like
for i = 1,0,-0.15 do