doneyes
|
  |
| Joined: 21 Mar 2008 |
| Total Posts: 3466 |
|
|
| 14 Jul 2012 05:40 PM |
This is the code I use.
Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
Sometimes it spawns parts at 0,0,0. It's not all the time though. |
|
|
| Report Abuse |
|
|
doneyes
|
  |
| Joined: 21 Mar 2008 |
| Total Posts: 3466 |
|
| |
|
doneyes
|
  |
| Joined: 21 Mar 2008 |
| Total Posts: 3466 |
|
| |
|
|
| 15 Jul 2012 12:17 PM |
Your creating a new CFrame at that position that's why.
If you adding onto a CFrame, do
CFrame = CFrame * CFrame.new(0,0,0) |
|
|
| Report Abuse |
|
|
doneyes
|
  |
| Joined: 21 Mar 2008 |
| Total Posts: 3466 |
|
| |
|