The script is just loading an animation onto a humanoid on server side and works perfectly for me, but when another person tries to use it while testing the group game, it says that the animation is playing (since It printed all animations playing on humanoid) but nothing is happening to the character, with no errors appearing.
There were also issues with datastores in the group game, since when this person entered the game, the value of a datastore value was automatically set to 20 rather than 0, and the number 20 isn’t even used anywhere in any script.
What could be causing these issues? Is this something to do with it being a group game?