CFrame:lerp How to use it properly

It did work thank you very much but I think I’ll go for Tween.
Thank you though!

Yup, it worked!
Just had to fix some caps in Ts and Ti.
Thank you very much @VegetationBush and @Mr_Gamerious for the help on tweening!

7 Likes

I would recommend using run service for that and divide deltaTime by the expectedTime variable, before adding(+=) it to alpha value, to await the function to be finished set a bool value and change it, after the alphaValue reaches your set value by doing that

CanPass = alphaValue >= SetMaxValue

And then disconnect the event.

I need lerp for a specific use case, the reason why I came here