|
| 28 Dec 2014 08:40 PM |
| script.Parent.Parent.CFrame = script.Parent.Parent.CFrame.new((1/5)*7,0,0) |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2014 08:41 PM |
| script.Parent.Parent.CFrame = CFrame.new((1/5)*7,0,0) |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Dec 2014 08:43 PM |
@jarod
that doesn't work for what i'm doing. :(
that changes the whole cframe, and i'm only wanting to add |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2014 08:43 PM |
| So is this supposed to move it a little bit? |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Dec 2014 08:45 PM |
| cript.Parent.Parent.CFrame = script.Parent.Parent.CFrame * CFrame.new((1/5)*7,0,0) |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 28 Dec 2014 08:46 PM |
lol this makes no sense why are you trying to overcomplicate cframing
(1/5)*7 == 1.4
|
|
|
| Report Abuse |
|
|
| |
|
| |
|