Im tryna make a plugin and tryna weld something together using a motor6d, the motor6ds.C0.Position cant get a position inputed, I have tried CFrame but for some weird reasons it wants Vector3
C0 is a CFrame and you can’t assign the Position member of a CFrame, which is dumb because there’s no mathematical reason you shouldn’t. You can do this instead:
Yes but you can only read these. Orientation is non readable for a good reason; CFrame doesnt have any concept of angles internally, but Position is non readable for basically no reason. The rightmost column in the CFrame is the position. (T vector in this picture)