|
| 05 Oct 2014 10:14 PM |
Hi, I need some help with something. What I am trying to accomplish is this:
A person touches a part which triggers a model to move a short distance, stay for 1/2 a second, then move back to it's original location. I have a script that can do that with one part, but I need to move an entire model. |
|
|
| Report Abuse |
|
|
|
| 05 Oct 2014 10:16 PM |
I'm here to help your goal become accomplishable k
local model = workspace.Model; model.PrimaryPart = Model.TEST; mode:SetPrimaryPartCFrame(CFrame.new(model:GetModelCFrame().p) * CFrame.new(0,-5,0));
|
|
|
| Report Abuse |
|
|
|
| 05 Oct 2014 10:32 PM |
| I'm not exactly a scripting super-genius. What should I do with this code I've just been given? |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2014 11:29 AM |
| Bump. Seriously I need some help. |
|
|
| Report Abuse |
|
|
| |
|