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

How do I move a cloned Model?

Asked by 1 year ago

I basically have a button that will spawn a random Thing. The problem is it cant move grouped objects. I thought I could use SetPrimaryPartCFrame but I don't know how I would do that.

0
To add onto my earlier answer, to use setprimarypartcframe, you just have to specify the primarypart of the model (in properties tab) and all the parts will keep their offset from the primarypart. I myself use setprimarypart over welds and joints unless I need to animate it Kingu_Criminal 205 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago

Weld everything to the primary part and move that

Ad

Answer this question