Skip to content

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

See also  CSS code snippet - How to see applications installed by wine cmd?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.