I am trying to if player click part, then load animation to player
but my script is not working.
and I cant find any error log
why does my script is not working? gimme solution please
how much varibles do you have? Just those? Also is there anything else in that script other than
local punch = plr.Character.humanoid:LoadAnimation(anim)
punch:Play()
?
Also do try what @JasutinPoru said about turning humanoid to Humanoid
ur welcome u can also use @THECOOLGENERATOR’s suggestion because loading animations on .Humanoid is deprecated now, u should load animation on the .Humanoid.Animator instead