Lerp System for my Game

Hello. I’m making a game and I really need a Lerp system for a block. The block A need to go to the block B but slow. Someone know how can i do that? Thanks!

Sounds like TweenServices if you want to go from A to B once:

1 Like

Ok thank you. Now i can create the moving block system.