#Pausing animations

1 messages · Page 1 of 1 (latest)

orchid pulsar
#

I have a script for a timestop power but all it does is anchor all the parts of the player (and they will resume whatever animation they were in, like running in place). How can I pause an animation and resume it later? (using the default roblox running anims, not my own)

eager lake
orchid pulsar
#

something like

         v:AdjustSpeed(0)
end```
?
eager lake
#

animator only exist under humanoid

orchid pulsar
#

ah so what do I run getplayinganimationtracks on?

#

player.Humanoid?

eager lake
#

humanoid exist under character

orchid pulsar
#

player.Character.Humanoid then

#

ok thanks