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

How can I rotate model by Tween ?

Asked by
InLeXiX 18
3 years ago

There I can't stop rotating the model

local tween2 = game:GetService("TweenService"):Create(primary, TweenInfo.new(15), {CFrame = primary.CFrame * CFrame.new(Vector3.new(700,nil,nil)), Orientation = Vector3.new(nil,-90,nil)})
0
Either tween a dummy CFrameValue and use GetPropertyChangedSignal, or use GetValue function of TweenService Amiaa16 3227 — 3y

Answer this question