I’ve been wondering for a while now since I have this horse I made and its working fine however all its animations are server side cause its a horse that uses a vehicle seat, but latency issues gives these animations a delay when being played…
So I was wondering if there is any way that we can play an animation client sided and replicate it to play in server but the server will not play the server side animation to the client animation because it overlaps the client animation making a repeated animation.
I want to basically keep the horse animation as accurate as possible to client’s controls while at the same time replicating it to the server.
IE: Play the animation on the local client and then tell the server that horse is in ______ mode. Then have the server tell all the other clients that the horse is in ______ mode and have each client load and play the animation onto that specific horse.
@ValuedSins NetworkOwnership is a property that deals with physics and has nothing to do with animations.