#how I could start the animation by pressing H
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
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
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)
ok thank's