Convert CFrame to Weld.C1

Is there any way to convert a CFrame to a Weld.C1? I know there’s a way by doing ToObjectSpace but I am not really good with cframes so I cant do that. Any help would be appreciated! Thanks :slight_smile:

I didn’t quite get what you said, but Weld.C1 's type is CFrame already. All you have to do is:

Weld.C1 = CFrameValueHere

If you wanna understand better about ToObjectSpace() and ToWorldSpace(), check this post: What does ToObjectSpace() and ToWorldSpace() do?