local Weld = Instance.new("Weld")
Weld.Name = "Weld"
Weld.Parent = NGrimoire1
Weld.Part1 = NGrimoire1
Weld.Part0 = Char:WaitForChild("HumanoidRootPart")
Weld.C1 = CFrame.new(-2,0,2) * CFrame.Angles(math.rad(0),math.rad(280),math.rad(0))
I wanted to know if it was possible to tween the weld position from one to another? If it possible can you show me an example of changing the CFrame position to another?