Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[ANSWERED] How Does CFrame.fromEulerAnglesXYZ() Work?

Asked by
MixCorp 70
10 years ago

This is exact code, It always worked before...

Object.CFrame = Cframe.fromEulerAnglesXYZ(1,4,6)

1 answer

Log in to vote
1
Answered by 10 years ago

Object.CFrame = CFrame.fromEulerAnglesXYZ(0,0,0) basically just rotates the brick depending on what your numbers are.

0
LOL, I know how it works. It didn't work because I didnt do capital F in CFrame.from MixCorp 70 — 10y
0
Heh, I noticed that but I figured it was just a typo haha. xDeathBear 90 — 10y
Ad

Answer this question