Tweenservice part

local TweenService = game:GetService("TweenService")
local Pivot = script.Parent.Pivot

local Info = TweenInfo.new(6)

local Target = {CFrame = Pivot.CFrame - (Pivot.CFrame.lookVector * -0.30)}
local Tween = TweenService:Create(Pivot,Info,Target)
Tween:Play()

why doesn’t this work?

What are you trying to do? You can’t just give us your code.

It does work, just a very hard small to see increment. Maybe increase the number or loop it. Could you explain what you’re trying to achieve?

1 Like