Tweening character from Client

  1. when i Tweening my character from client side, character is shaking how do i fix it and make it smooth (while still doing it on client)
    (and the HumanoidRootPart is Anchored so that is not the problem )

What exactly do you mean ‘shaking’? Also, I’d like a script, please.

1 Like

https://gyazo.com/50e91152b0e7dbcc6001cc5ce3a82918

1 Like

Oh- I think that might just be an issue with how Roblox handles FPS/tweens or things along those lines. :slight_smile: If I’m wrong, maybe someone could correct me (including you)!

Or maybe while tweening the character you could slightly Lerp the camera?

1 Like

when i tween from server its looks normally, but i want to use it from client to reduce lag :frowning:

1 Like

when i tween from server:
https://gyazo.com/f04b42a6a9482bc4f01b4b7d6cf6091b

1 Like

It might just be a difference between how client vs server tweening works.