Body position moves part to wrong place

The anchoring isn’t the issue, I made it wait for 10 seconds after cloning before doing anything else and the part was in the correct position meaning it only offset afterwards so it wasn’t during the cloning process.

I figured out the issue for the body position, it was the dampening. I made it so there was no wait between the body position moving back and forth, the dampening de accelerated the part before it hit the end, making it go really slowly so before it reached the end position the next portion of the loop started and made it go backwards, which was why there was an offset.

1 Like