Ok so I just learned how to script meeles and swords thanks to looking over waylanders script and this is what i have,
PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
  if (
this.on) {
    
this.on true;
    
setani("idle"NULL);
    
replaceani("idle""idle");
    
replaceani("walk""walk");
    
replaceani("sword""sword");
  } else {
    
this.on true;
    
setani("jerbone-idle");
    
replaceani("idle""jerbone-idle");
    
replaceani("walk""jerbone-walk");
    
replaceani("sword""jerbone-attack");
  }

And nothing happend yes i have it added to me but im almost positive i did not add the walk sword and idle gani and the image in the right spot on rc can you tell me what folder I should add it under thanks.
And is there a way to take it take down 8 hearts?
Thanks!

-This is not my gani it is taken off the forums just for practicing purposes

-Noof