Comment faire bouger les objets dans Roblox Studio avec une boucle

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()
Lazy Lapwing