#I don't know how to play an animation on a dummy...
1 messages · Page 1 of 1 (latest)
Toolboxes.
Animation
Animator
AnimationTracks
thats all u have to know
the post under you has the answer
local Rig = <Rig>
local Animator = Rig.Humanoid.Animator
local Animation = Instance.new(„Animation“)
Animation.AnimationId = <AnimationId>
local AnimationTrack = Animator:LoadAnimation(Animation)
AnimationTrack:Play()
** You are now Level 15! **
so sorry 😭