I`m having trouble at the simplest script to show a gani. It just makes my character invisible when I use it, I`m trying to make a gunscript I read a lot of topics and how to script and tutorials, but I`m having trouble with set animation, I think it has to do with my servers set-up im not sure. But I`m trying to learn the best I can. I tried searching for a solution but I didn't find anything.
NPC Code:
//#CLIENTSIDE
function onWeaponFired() {
setani ("idle" , null);
}