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

Does anyone know the cframe equation for this?

Asked by
roquick 41
6 years ago

Does anybody know the equation to make a players arm point towards a part?

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

I just looked it up. CFrame.new(Vector3 Position, Vector3 lookAt) So, for example,




part.CFrame = CFrame.new(part.Position, partYouWantToLookAt.Position)
0
Thanks. protectiveebob 221 — 6y
Ad

Answer this question