I want to tween a Weld’s C0, how would I do that? I tried to do it with a Dictionary and got a property mismatch error. I am attempting to pseudo-animate a model by tweening the weld’s CFrame properties.
2 Likes
TweenService:Create(weld, TweenInfo, {C0 = cframe})
?