Quick question about SetPrimaryPartCFrame

Hello, I have a quick question about SetPrimaryPartCFrame before I do something that could either fix or destroy my game.

When using SetPrimaryPartCFrame:

local Model = workspace.Model

Model:SetPrimaryPartCFrame(CFrame.new(0,0,0))

Does this move the whole model to (0,0,0) or just the Primary Part?

It’d move the entire model.
Notice:
If you have 3 bricks insidea model, and they are in gaps, only the primary part would go to 0,0,0, but the others would teleport too.[not to 0,0,0]

The primary part is kind of the connector that lets you move the entire model itself.

1 Like