of     1   

jessefriend
#194212926Thursday, July 21, 2016 7:02 PM GMT

How do you change a model's position, with the model still in one piece?
icekiller8002
#194213120Thursday, July 21, 2016 7:05 PM GMT

put this script inside your model, and make the center part inside the model "Core" wait(0.1) script.Parent.PrimaryPart = script.Parent.Core wait(1.5) script.Parent:SetPrimaryPartCFrame(CFrame.new(0,0,0)) -- change the X, Y, and Z coords the huge, nerdy game dev of OT | R$3,687 | the sad loner with no girlfriend | ¯\_(ツ)_/¯
HeIIoISteaIUsernames
#194213126Thursday, July 21, 2016 7:05 PM GMT

Vector3,MoveTo, and :MakeJoints()

    of     1