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

Is there any way to rotate an object without using loops and angularvelocity? TweenRotation

Asked by 5 years ago

So I want my game to be as smooth as possible but if i start using loops to do various things not only will it look bad and buggy it will also lag my game for that reason I want to use something like say tweenposition is there such thing or something close to as a tweenrotation?

0
You could try tweening the CFrame of the object, so like Object.CFrame = Object.CFrame * CFrame.Angles(math.rad(90),0,0) Theroofypidgeot 21 — 5y

Answer this question