Character Tween Very Rough

Hey guys, I won’t really waste your time here but is there any way to increase the smoothness of a tween without having to anchor the HumanoidRootPart. Currently, my tween creates this horrendous camera shake which I am trying to minimize. I looked at a few topics but none of them seem to have what I want.

1 Like

Try tween on the client. Itll be smoother and itll still replicate

2 Likes

Will try, thanks for replying!

you cant tween unanchored parts / models welded to an unanchored part
you can use lerps, bodymovers or just anchor the hrp

You can tween unanchored parts, even if they are welded. Fun fact, you can also tween materials. But they wont merge, just awkwardly snap.

you can but it will be very buggy like what op is saying

1 Like

I mean, anchoring the HRP lets me tween it, it’s just not optimal for what I’m trying to do.

Tweening on the client is working much better and smoother, thanks a lot man!

1 Like

Lerping will be the same. BodyMovers are deprecated. You could try AlignPosition

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.