Welding Objects

Hi Devs! I am making an AI traffic system, but my problem is welding. The yellow part is supposed to spawn here:

But whenever the direction changes, it’ll spawn behind or beside.

Any suggestions?

Finley

I would assume it’s because you’re maybe using Vectors. Use CFrame to make sure it’s orientated correctly.

You’re awesome! Thank you! I had to replace the orientation with CFrame.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.