AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
|
| 01 Aug 2015 11:47 AM |
Right_Weld.C1 = Right_Weld.C1:lerp(CFrame.new(-0.8, -0, 0), 1)
How do I run through this in an animation? |
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
| |
|
lostend
|
  |
| Joined: 21 Aug 2011 |
| Total Posts: 8265 |
|
|
| 01 Aug 2015 12:27 PM |
for i=0,1,.1 do Right_Weld.C1 = Right_Weld.C1:lerp(CFrame.new(-0.8, -0, 0), i) wait() end |
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
|
| 01 Aug 2015 12:31 PM |
| Is there any way to make it like a function variable, so I can calculate it in a local script, and then use a remote event to give it to the server script? |
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
| |
|