stop_animation

Disables the given animation from the player and the given animation id

modules.stop_animation(character: Instance, id: number)

Example

local character = game:GetService("Players").LocalPlayer.Character
modules.stop_animation(character,3135389157)

Last updated