As you can see, when I put my mouse at certain position, it will start gaining crazy speed, how can I limit the speed? Because so far I only managed to lower the acceleration with CFrame:Lerp()
.
Here is how I set the CFrame of the Motor6D.
RunService.Heartbeat:Connect(function()
TurretMotor6D.C0 = CFrameAtMousePosition()
end)