I’m making a turret that can pitch and yaw. I’m currently using two servos, which have their targetAngle set to make them point at the target.
However, I could also ditch using the servos and instead hand-code the entire movement of the turret using a script to control the CFrames, keeping the parts anchored the entire time and not using any physics.
Which approach would work best for players using low-end devices?