Hi guys i have been trying to get my character to smootly transition to a specific spot when walking into a trigger The code i have is working fine but the character snaps instantly to the move to position I have a timeline but need some help Hope someone can help me… Maybe Show me a solution Thanks in advance
It’s because you’re setting the location to the target immediately.
With a TL, you need to put the current location and target location in variables, before you start the TL. Then, lerp between them ( 0-1 ) in the TL.
