local donut = script.Parent local twenservice = game:GetService("TweenService") local tweninfo = TweenInfo.new( 2, Enum.EasingStyle.Sine, Enum.EasingDirection.Out, 9999999999999999, true, 0 ) local goals = { CFrame = CFrame * CFrame.Angles(0, math.rad(-90), 0) } local twenyes = twenservice:Create(donut, tweninfo, goals) wait(1) twenyes:Play()