How to make objects move in Roblox studio with a loop?
local info = TweenInfo.new( 1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut ) local goals = { Position = B } local Tween = qTween:Create(v,info,goals) Tween:Play()
Advertisements
local info = TweenInfo.new( 1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut ) local goals = { Position = B } local Tween = qTween:Create(v,info,goals) Tween:Play()