I am trying to make a script that moves the player’s UpperTorso CFrame to aim towards the mouse. It does work on its own as a LocalScript, but when I use RemoteEvents to tell the server to rotate the torso with the client using tweens so other players can see the effect, the server seems to lag behind and interfere with the client.
How would I fix this?