Answers for "animation finish event roblox"

2

how to check if an animation is stopped roblox

local function yieldPlayAnimation(animationTrack, fadeTime, weight, speed)	animationTrack:Play(fadeTime, weight, speed)	animationTrack.Stopped:wait()	print("Animation has stopped")end
Posted by: Guest on August-18-2020

Browse Popular Code Answers by Language