Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a seat or block move?

Asked by 4 years ago

i am trying to make a block move forwards and backwards but the block is a model so i need to make the WHOLE model move can anyone help?

0
Sorry for the late reply. You can use model:MoveTo(position) or give the model a primary part and then use model:SetPrimaryPartCFrame(CFrameValueGoesHere) to set the cframe of the primary part.  The model will move with it.  royaltoe 5144 — 4y

Answer this question