#Should this be Client or Server sided?

1 messages · Page 1 of 1 (latest)

edgy shuttle
#

So i made it so the players Humanoid Is looking toward the mouse constantly In this case this is on the client-side
My question is would it be smoother to replicate it to the client so you dont look goofy while doing this or should i just update the position on the server?

#

Im just looking for what would be smoother Updating the position of the player on the server or just update it to the client so people can see you looking around and not just frozen in space

abstract haven
#

just use client

#

your using some wierd way to rotate the player causing them to look frozen

#

use align orientation, or update their cframe to look at your mouse or a bodygyro

edgy shuttle
#

Im updating the CFrame to look at the mouse but alr thx

abstract haven
#

thats because you are anchoring their hrp

#

this stops replication

edgy shuttle
#

Anyway around it because i do need the character to be stuck in place while doing it

abstract haven
#

yea use bodyposition or alignposition and set it to their current position