Quote:

if(key_whatever == 1)
{
while(key_whatever == 1){wait(1);}
...
}

like that



..still didn't work.all it did was keeping the player from attacking(freezing the animation) until i release the attack key..