Fix PivotTo Right while tweening Character

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. :slight_smile:

1 Like

my subway surfers fan made (left And right not working) On Roblox


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

fixed

didnt work

I Fixed

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.