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

Cframing : How do i making animations with it?

Asked by 9 years ago

I can make my own dummy. dont worry about that. but what im really intrested is Cframing dummys. I need to just know what the 3 zeros mean. right? down? turn? side ways? turn from top? im very confused. heres a example of what i mean.

------------------------Paper Lift
    for i = 1,8 do
        RA.CFrame = (TM.CFrame * CFrame.new(Tx+1.5-(0.02*36), Ty+((0.018*36)+0.02*i), Tz+(1-0.04*36)))*CFrame.Angles(math.rad((2.5*36)+1*i),0,math.rad(15-(1.4*36)))`[](http://)`
        LA.CFrame = (TM.CFrame * CFrame.new(Tx-1.25, Ty+(0.49+0.02*i), Tz+(0.3-0.006*36)))*CFrame.Angles(math.rad(90+1*i),0,math.rad(15))
        PS.CFrame = (TM.CFrame * CFrame.new(Tx-(3-0.068*(36)), Ty+(0.5+0.04*i), Tz-(0.035*(36))))

I got that from venvious avert the odds . now what does this script mean!!! 
0
Please edit your post and use the Lua code formatting to make the Lua snippet readable BlueTaslem 18071 — 9y
0
Blue. I joined this website 2 days ago. correct me if im wrong. Ive tryed that in several of my questions. and i didnt do it corerectly. im sorry for anyproblem i caused legoson7 70 — 9y
0
All you need to do is click the "Lua" symbol, then insert your code in between the "~~~" lines. Just edit your post and use a Code Block. SlickPwner 534 — 9y

Answer this question