|
| 12 Jan 2015 10:11 AM |
| How would I get the position of five studs away from a part? lookVector.p doesn't work, so how would I do it? |
|
|
| Report Abuse |
|
|
|
| 12 Jan 2015 10:12 AM |
part.CFrame.lookVector * 5
logic is logical |
|
|
| Report Abuse |
|
|
|
| 12 Jan 2015 10:14 AM |
| Yes, but I'm trying to get the position of the lookVector. |
|
|
| Report Abuse |
|
|
|
| 12 Jan 2015 10:17 AM |
| (CFrameValue * CFrame.new(0, 0, -5)).p |
|
|
| Report Abuse |
|
|
|
| 12 Jan 2015 10:20 AM |
| Jarod, that works, but not in the direction I want. I want it to be directly five studs in front of the block, no matter the rotation. That's why I want to use lookVector. |
|
|
| Report Abuse |
|
|
|
| 12 Jan 2015 10:21 AM |
| Okay, I found a method. Thanks for the help. |
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Jan 2015 10:26 AM |
| Devious' solution worked. I just didn't understand it when I first saw it. |
|
|
| Report Abuse |
|
|