|
| 20 Mar 2016 09:42 PM |
CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1) This is looking off to the side (forgot which one), what CFrame is the simplest for looking straight down?
|
|
|
| Report Abuse |
|
|
|
| 20 Mar 2016 09:44 PM |
I mean I know this is very complex but I don't want to use "CFrame.Angles(-math.rad(90),0,0)" if Im never gonna change what this cframe is
|
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 20 Mar 2016 09:57 PM |
0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008
You can print CFrames FYI.
|
|
|
| Report Abuse |
|
|
|
| 20 Mar 2016 09:59 PM |
I know I could print them however I thought that since that it wasn't base with 1s and 0s it wasnt the "Default" for straight down
|
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 20 Mar 2016 10:02 PM |
print(CFrame.Angles(-math.rad(90),0,0)) --> 0, 0, 0, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008
|
|
|
| Report Abuse |
|
|
|
| 20 Mar 2016 10:04 PM |
Chimm I literrly did that in the command bar before I even asked this question however I didn't think that cframe would be "proper" to have i guess? I thought it would only have 1s and 0s
|
|
|
| Report Abuse |
|
|