if script.LEFT.Value == 1 then
Right1:Play()
RightAnimation:PivotTo(CFrame.new(-20, game.Workspace["Character (merge)"].RootPart.Position.Y, game.Workspace["Character (merge)"].RootPart.Position.Z))
end
Hi, to get help youβll need to state what the issue is. Right now youβve not quite told us what issue youβre facing or what goal youβre trying to achieve.
1 Like
tweening works by continually updating the property, meaning if you try to interrupt it with a single step like PivotTo, itβs gonna override it
I added Left and right Character
didnt work
I Fixed
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.