Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i stop animation tracks at the humanoid?

Asked by 6 years ago
Edited 6 years ago

Making a script wich is deleteing the animator and makes a custom one for a script builder script

I dunno how to stop all animations

Functionsi saw but Don't Know how to use:

GetPlayingAnimationTracks()

STOP ANSWERING THIS

BLAGBLAH:STOP() USE DIS IDIOT

1
So, don't tell you the answer? hiimgoodpack 2009 — 6y

1 answer

Log in to vote
1
Answered by
arshad145 392 Moderation Voter
6 years ago

Simple ._.

local humanoid -- replace this
for i,v in pairs (humanoid:GetPlayingAnimationTracks()) do
    v:Stop()
end

Referals : For Loops

:GetPlayingAnimationTracks

AnimationTrack

Ad

Answer this question