How To Disable Animations Roblox

[Solved] How To Disable Animations Roblox | Lua - Code Explorer | yomemimo.com
Question : how to disable animations roblox

Answered by : funny-fish-bfmwo4hjqqcb

local Humanoid = game.Players.LocalPlayer.Character.Humanoid
local ActiveTracks = Humanoid:GetPlayingAnimationTracks()
for _,v in pairs(ActiveTracks) do	v:Stop()
end

Source : | Last Update : Tue, 25 Aug 20

Answers related to how to disable animations roblox

Code Explorer Popular Question For Lua