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

Making a part rotate around part (while facing it) using CFrame:Lerp()?

Asked by 2 years ago

How would I go about make a part rotate around another part, while its facing it, using CFrame:Lerp() ?

0
part1.CFrame:Lerp(part2.CFrame,distance) gets the distance away from part 1 and part 2 then you can do * CFrame.Angles(math.rad(x),0,0) x being a number 1-360, put those together in a loop greatneil80 2647 — 2y

Answer this question