Is there way to make "TranslateBy()" smoother?

I’m making a camping bus, so I didn’t use tween for some reason and used TranslateBy(), and I need to make it smooth, is there any way I can make it smooth. Thanks!!:grinning:

Using TranslateBy on RenderStepped or in a loop that runs every RenderStepped should be fine. If you’re using it on Stepped or in a loop that runs every wait() you’re going to get stuttering movement because the update rate is slower than the refresh rate of most screens.

Post your code and/or a GIF showing what’s wrong if you want more specific help

Oh, thanks for this. It’s working perfectly fine now. Thanks!!

1 Like