#stop all animtrack besides a few

1 messages · Page 1 of 1 (latest)

spring ibex
#
for i, v in hum:FindFirstChild("Animator"):GetPlayingAnimationTracks() do
   if v ~= "StunAnim" or v ~= "IdleAnim" then
    v:Stop()
    print(v)
   end
end

is this possible or am i just stupid

#

IM STUPID ALL I HAD TO DO WAS ADD A .NAME

#

😭