I know this is a very random topic but I was just wondering if there is a simple way to move models using CFrame?
1 Like
To do this you would need to set a primary part in a model, Then in the script you would use SetPrimaryPartCFrame().
1 Like
Yep, there is a built in :SetPrimaryPartCFrame, and :GetPrimaryPartCFrame that you can use to change the CFrame of models.
1 Like
1 Like
Thank you for the information! However, I was wondering if you could give me an example of how you would write that in the script?
Model:SetPrimaryPartCFrame(workspace.Part.CFrame)
1 Like
Oh haha I see, Iām not using my brain lol. Thank you again for the help! ![]()
1 Like