Move players bodyparts on client, so other players can see it

Hello, i got a question, how do i move a body part of a player, on a client, so other clients see it?

1 Like

Maybe I’m not fully understanding your question…
But just use a server script

you can use remote events in this flow:

  • client makes a movement change to their body part
  • send this info to the server
  • server will replicate this to all other clients using FireAllClients on a client side remote
  • every other client sees it

use remote events but use them in moderation and only when needed. flooding can slow the server down.