iCookieNL
|
  |
| Joined: 24 May 2009 |
| Total Posts: 1103 |
|
|
| 20 Mar 2012 02:21 PM |
Workspace["not"].CFrame = CFrame.new(10,10,2)*CFrame.Angles(1,1,1)
function newlol() return GetCFrameAngle(Workspace["not"]) end
a = newlol()
A would return 1,1,1 |
|
|
| Report Abuse |
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 20 Mar 2012 03:00 PM |
| You're looking for `CFrame:toEulerAngles()`. However, you shouldn't be. This function is almost never the right solution to a problem. |
|
|
| Report Abuse |
|