How to make Character NOT Replicate to the Server

Is there any easy way to make my character controls completely client sided without needing to create a custom character controller. I still want my avatar to load in and to be able to control it as usual. So basically on the server side my character would just be standing at the spawn motionless and unanimated, but I’d still have full control on the client.

Thanks in advance

anchor the character on the server and unanchor the character on the client, you will be able to move on your client but it won’t replicate

Thank you, this seems to do the trick.

Do you know if this would make the game lag free in a 700 player server?

700 player servers are kinda naturally laggy, the character will still exist on the server, this just prevents movement from replicating

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