New to all this. Is it possible to make it so when a Player mounts a horse for example to make it so that they don't do the sitting animation?
@Josh774 Not really. The sitting animation is triggered on the client side whenever the player rides an entity.
You might be able to change the packet that is sent to the clients near the player. Though I am not 100% sure I would need to look into it