I just want a slerp function that I can use, continuation from this post
Ugly way, but you can just use CFrames as a proxy. CFrames are tweened/lerped using slerp. Just convert the angle into CFrame, interpolate it, then retrieve the orientation.
have you seen what i want to make, i want to do it without bezier curves and im not really sure that lerping can do it.