#how I could start the animation by pressing H

4 messages · Page 1 of 1 (latest)

keen lintel
#

in fact I would like that when I press H it triggers an animation and that it modifies the share at the same time

I tried 2 things without success

regal yoke
#

Define “Animation” outside that inside a variable, then do animation.AnimationId = “rbxasset// whatever” then load that

#

also humanoid:LoadAnimation is deprecated, use Animator:LoadAnimation (animator is a child of humanoid)

keen lintel
#

ok thank's