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

How to use .fromAxisAngle?

Asked by 7 years ago

So I have a part and Im just testing with CFraming but I discovered the method FromAxisAngles and I was wondering how I use it. This is my code

local Part =  game.Workspace.Part
while true do
Part.CFrame = Part.CFrame * CFrame.fromAxisAngles(--Don't know what to put here.)
end

It would really help how to know. :)

0
Oh oops i forgot a wait too Wafflecow321 457 — 7y

Answer this question