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

Is there a way to tween a CFrame "movement"?

Asked by
C1RAXY 81
5 years ago
Edited 5 years ago

Hi, I want to know is there a way to tween a CFrame pos from point "A" to point "B" scripting it.

For example, I want to my character when it touch a part called part the character moves from position "A" (Actual position) from pos "B" (The CFrame I want) but the problem is i dont know if theres a way to tween the "Movement" because it teleport.

0
You can tween the CFrame property of an instance. Example: tweenService:Create(part, tweenInfo, {CFrame = CFrame.new(...)}):Play() EpicMetatableMoment 1444 — 5y

Answer this question