I have a train that use TweenService to move around. It uses waypoints to turn as shown in the picture below. It follows the waypoints based on the number in the waypoint name.
Example: W1,W2,W3, it would follow waypoints W1 then W2, and so on in acceding order.
This picture shows how the waypoints are named and how the train follows the waypoints
(BTW, IGNORE the red blocks for now, the BLUE NEON BLOCKS are the waypoints)
However, they is a extremely high amount of waypoints, and It takes forever to name all of them.
PLUS, if I need to add a waypoint into the existing waypoint system, I would have to rename everything
Does anyone know a better way to name all of them. I cant thing of any ideas.
If you wanted to not have to place as many waypoints i would use lerps and bezier curves. that would allow for you to have 4 or 5 waypoints and give you almost the same result.