Weld seat to union?

Hello! I am attempting to make a “turret” with very simple parts, a base (which is not involved with the code at all it is just for looks), the turret part which is a union, and a vehicle seat. I want the player to be able to sit in the seat and use “A” or “D” to rotate the turret union part left or right. I did this by simply making the turret move its orientation every time the Steer property is changed. The only problem is that the vehicle seat stays where it is, I tried to weld it but it simply doesn’t work or it will go inside of the turret part for some reason and attempting to move the seat out of the part will destroy the weld, can anyone help?

Thanks in advance for helping!

I use this plugin, it doesn’t request any permissions and its easy to understand: Weld - Roblox

1 Like

I believe you are using a weld constraint and editing the Orientation property which is why the seat stays where it is. To fix it you can use welds like @apoaddda weld plugin check for viruses as always. Edit: Nvm it’s made by Ozzypig one of my favorite devs so it’s all good :+1:

Or you can edit the CFrame instead using CFrame.fromOrientation in radians instead of degrees.