is_anim_playing
Returns true if the given animation is playing on the given in character
modules.is_anim_playing(character: Instance, id: number)
Example
local character = game:GetService("Players").LocalPlayer.Character
print(modules.is_anim_playing(character,3135389157))
Last updated