If I have bought the animations from Marketplace, Is it possible to use AnimationID?
So I can use it for development dance feature.
For example,
local twiceFeelSpecialAnimationID = 14900153406
customAnimation.AnimaionID = twiceFeelSpecialAnimationID
local track = humanoid.animator:LoadAnimation(customAnimation)
track:Play()