I want to pause a player’s animations for a few seconds. I’m doing it from a Script in the workspace. I’ve looked in the forum and documentation but I can only find how to pause an animation after playing it in the same script. I can’t figure out how to pause all animations playing on the character. Is there a way to pause all animations on a character?
This should help your case. It returns all playing animation tracks on the humanoid. You can then do a for loop to pause them all.
1 Like
Thanks! Kind of funny since I just found that page a few seconds ago.