How to make vehicle acceleration?

I’m not sure if this is the right category, please tell me if it isn’t.

I don’t need help making it, I just want to know how to make it. When I wanted to make it, a few months ago, I couldn’t find anything on forums, or YouTube. So how would you make a realistic vehicle acceleration?

TweenService is how it is down inside of Bloxy Kart.

It might also be better to move this post to #help-and-feedback:scripting-support before it gets flagged.

1 Like

Thank you for answering, I guess the answer was simple. I never taught it could have been TweenService, but is it the only one or is there more ways to do it? Thank you for giving me the correct category

1 Like

I think there are physic based ones using BodyMovers, but TweenService is the easiest and more controllable.

1 Like

TweenService however is quite performance-intensive. If you intend on using TweenService, it’s best to handle tweens on the client.

1 Like