So, I have a gun system I am creating that has the following problem: any animations that are played rapidly, when replicating to other clients, get discarded most of the time.
Meaning, none of the animation replication is consistent, and it completely ruins my entire system.
I have no idea if this is a roblox issue, or some odd settings issue with something in the game.
Yes, I have made sure it’s none of the rest of the my code since I opened a fresh studio and ran a short bit of code that just rapidly plays one of my animations.
if it helps, I am checking these issues using the team test with 2 players, I do not know if the problem happens in a public game or not.
The issue has been happening to me as well. When rapidly changing default idle animation of the player, it often doesnt replicate. Haven’t tested it in actual game, only in studio, but i dont imagine it would be any different.
Looking for solutions as well, hit me up when u find something, thanks.