Author Topic: How to make a players hands invisible while holding a weapon?  (Read 309 times)

This has been done before, so I know it's possible. I wanted to make a rifle with the player's hands on it right, so I made them on the model. How would I make the player's hands invisible (much like how you can hide nodes on a bot in the Bot Events mod)?

%client.player.hideNode(RHand);
%client.player.hideNode(LHand);