#How can I play an Animation on a custom rig

4 messages · Page 1 of 1 (latest)

digital brambleBOT
#

studio** You are now Level 7! **studio

fair ferry
#

local anim = script.parent.Humanoid.Animator:LoadAnimation(script.Parent.Animation)
anim:Play()

#

use that but change it so it works for you

fair ferry
#

alr