|
| 24 Sep 2015 04:23 PM |
| What is the simpliest way of moving a group of objects together? |
|
|
| Report Abuse |
|
|
|
| 24 Sep 2015 04:24 PM |
Hmm. I put them in a model, set a primary part, and then use Mode:SetPrimaryPartCFrame() to move it all at once.
-The [Guy] |
|
|
| Report Abuse |
|
|
|
| 24 Sep 2015 04:25 PM |
| Can you also make it so that it dosent rotate back to tbe 0* angle during the process, like a amplified rot? |
|
|
| Report Abuse |
|
|
|
| 24 Sep 2015 04:27 PM |
model:SetPrimaryPartCFrame(model.PrimaryPart.CFrame * CFrame.new(x, y, z))
Move it in relation to the original CFrame maybe? It's something like that.
-The [Guy] |
|
|
| Report Abuse |
|
|
|
| 24 Sep 2015 04:30 PM |
model:SetPrimaryPartCFrame(model.PrimaryPart.CFrame * CFrame.new(x, y, z)) * rotModel
I am a intermediate scripter, and all... |
|
|
| Report Abuse |
|
|