(Skip to the last line if not bothered about context)
I am making a shooter game, and for the dismembering, characters limbs have hitboxes that move together with the animations. For that to work, the animations must happen in server, however, the animations look slightly worse and slower if played through server. Because of that, i have two animate scripts: one for client and one for server, but the animations overlap each other this way.
Is there a way to make an animation play only at the server side, not showing up for client? (Print from server animate)